summaryrefslogtreecommitdiff
path: root/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Activity gain focus failed in InputMethodStressTestot9046972022-08-291-0/+1
| | | | | | | | | | | | After the test is completed, the notification is not closed, so that subsequent test cannot get the focus. Close notification in tearDown to solve the issue. Bug: 241723484 Test: run InputMethodStressTest pass Change-Id: I876173e83488e18a884d8bc180f9681e726fff1d
* Do not run NotificationTest on TV.Hongguang2022-04-271-0/+2
| | | | | | Fix: 230550325 Test: atest InputMethodStressTest Change-Id: I52a79356dac2f73a0501a95b865d77812b0dcc2c
* Merge "Do not run NotificationTest on Auto." into tm-devTreeHugger Robot2022-04-221-0/+6
|\
| * Do not run NotificationTest on Auto.Kohsuke Yatoh2022-04-211-0/+6
| | | | | | | | | | | | Bug: 229820964 Test: atest InputMethodStressTest Change-Id: Icf218460fa842f59125c2c09b822b3444ffc1281
* | Use case-insensitive match for action label.Kohsuke Yatoh2022-04-081-1/+4
| | | | | | | | | | | | | | | | | | | | The label can be as-is ("Test reply") or all-caps ("TEST REPLY") depending on the system config. Bug: 227712564 Bug: 227424350 Test: atest InputMethodStressTest Change-Id: Id64793f572bec06c84a235fc7688870f44013723
* | Take screenshot on failure.Kohsuke Yatoh2022-04-081-0/+4
|/ | | | | | | | | | | | | ScreenCaptureRule is inspired by ScreenshotTestRule [1], but does not require additional permissions as ScreenCaptureRule uses Shell permission. [1] https://cs.android.com/android/platform/superproject/+/master:cts/tests/tests/systemui/src/android/systemui/cts/ScreenshotTestRule.java Bug: 227712564 Bug: 227424350 Test: atest InputMethodStressTest Change-Id: I8569cb09a430540ac3f932e36bc80800312e7865
* Unlock screen before test runs.Kohsuke Yatoh2022-04-011-0/+5
| | | | | | | Bug: 227424350 Bug: 227712564 Test: atest InputMethodStressTest Change-Id: I5447c8195f1958f7ac1db2966987ccea31fd3248
* Add NotificationTest.Kohsuke Yatoh2022-03-241-0/+140
NotificationTest tests IME visibility with inline reply. Bug: 195468725 Test: atest InputMethodStressTest Change-Id: I9c96d731ff80ec289cee1b62c081c250545b4a35