summaryrefslogtreecommitdiff
path: root/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/AutoShowTest.java
Commit message (Collapse)AuthorAgeFilesLines
* 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 autoshow testcase.Kohsuke Yatoh2021-10-081-0/+83
Autoshow is a feature of InputMethodManagerService. This feature is not documented nor guarded by CTS. A non-CTS regression test will be useful for keeping UX consistency across Android versions. Bug: 195468725 Test: atest InputMethodStressTest Change-Id: I8025ff9b7813d0d5552f1ff84fff018bd0a178fa