summaryrefslogtreecommitdiff
path: root/tests/inputmethod
AgeCommit message (Collapse)Author
2024-12-14Add 'automotive-general-tests' in Android.bp Filip Zakrzewski
This change will make the test show up in the automotive zip file, if the zip file is configured to build BUG=382649664 Flag: TEST_ONLY Change-Id: I18d797a8ba50dd591c67f2b8793eb4d0443802ff
2024-09-11Make java_sdk_library dependencies explicit Jihoon Kang
modules should specify the submodule of java_sdk_library that the module actually depends on Test: CI Ignore-AOSP-First: resolving merge conflicts Flag: EXEMPT build dependency cleanup Bug: 358613520 Change-Id: I80af0b9efa88c668306f0ff1d51491a8180dc57f
2024-07-24Fix failed ConcurrentMultiSessionImeTest Yabin Huang
Bug: 350562427 Test: atest ConcurrentMultiSessionImeTest Flag: TEST_ONLY Change-Id: I67732f21b05102d34cbe5729d8df59e98a6ef4e3
2024-07-12Ignore passengerShowImeNotAffectDriver until it is flaky Antonio Kantek
Bug: 352823913 Test: atest ConcurrentMultiUserTest Flag: EXEMPT test fix Change-Id: Ib5a67064a9555c32ccde857b510e33900513e826
2024-07-11Fix flaky passengerShowImeNotAffectDriver() Yabin Huang
The test was flaky because sometimes the app window on the passenger display stayed black forever after the test activity was launched on the passenger display. This CL fixed by removing problematic and unnecessary window animation. Bug: 350562427 Test: atest com.android.server.inputmethod.multisessiontest.ConcurrentMultiUserTest --iterations 100 Flag: TEST_ONLY Change-Id: Ieec9d815a85dfd218cf51f5960cb4172ba537af1
2024-07-10Skip flaky passengerHideImeNotAffectDriver Yabin Huang
Bug: 350562427 Change-Id: I95d4a6044badf4b752fc8c7859ede388211de6a3 Test: atest com.android.server.inputmethod.multisessiontest.ConcurrentMultiUserTest Flag: TEST_ONLY
2024-07-09Add more ConcurrentMultiUserTest Yabin Huang
Bug: 350562427 Test: atest com.android.server.inputmethod.multisessiontest.ConcurrentMultiUserTest Flag: TEST_ONLY Change-Id: I056b49a4454233762348d7567e0918eeae7b3c0f
2024-07-02Fix build error Yabin Huang
Fixes: 350719917 Test: atest ConcurrentMultiUserTest Flag: TEST_ONLY Change-Id: I36e5153070d94a18c431a2c237aa1e74fdda77cd
2024-07-02Merge "Revert "Skip test until concurrent multi-user IME is enabled"" into main Treehugger Robot
2024-07-02Revert "Skip test until concurrent multi-user IME is enabled" Antonio Kantek
This reverts commit 7480497bd18af0db03896c62dcd9180e4449dac2. Reason for revert: This should be fixed by now. Bug: 345557347 Test: tested on sdk_car_md_x86_64_emulator Test: atest ConcurrentMultiUserTest Change-Id: I7908546b2f5efc7f49a066fc673ceb5106179924
2024-07-01Add some tests for concurrent multi-user IME settings Yabin Huang
Bug: 350562427 Test: atest com.android.server.inputmethod.multisessiontest.ConcurrentMultiUserTest Flag: TEST_ONLY Change-Id: I0905a0621c0210ba370a1aa306ec107362c03cdc
2024-06-07Skip test until concurrent multi-user IME is enabled Antonio Kantek
Bug: 345557347 Test: tested on cf_x86_64_only_auto_md emulator Test: atest ConcurrentMultiUserTest Change-Id: I7288e775ae085bb3bbdacf1b7b37766b340b02d6
2024-05-09Replace test API with public API Yabin Huang
Context#getUserId() and Context#getDisplayId() are test APIs and can't be used by non-testing app. So this CL replaced them with public APIs. Fixes: 339096449 Test: atest ConcurrentMultiSessionImeTest Change-Id: I361066487fbf7551dd99aa32baebec9e73ce34f6
2024-05-01Add the first test for multi-session IME Yabin Huang
Bug: 327704045 Test: atest ConcurrentMultiSessionImeTest --iteration 100 Change-Id: I9d6f4a724bffc24068b1a92e97a9ca87f335dade
2024-03-21Roll-forward of "Add bedstead dependency" Antonio Kantek
Bug: 327704045 Test: atest ConcurrentMultiUserTest Change-Id: Ie8dbfd1f5fa4fbed6656bf144633e99bd9c9fbd3
2024-03-19Revert "Add bedstead dependency" Antonio Kantek
This reverts commit fba1cf2dc25b3f244b30f12d1e95cabcb9019602. Reason for revert: Broke https://atp.googleplex.com/test-runs?testName=v2%2Faaos-engprod%2Fconcurrent_multi_session_ime_test&offset=0&buildTarget=cf_x86_64_only_auto_md-trunk_staging-userdebug Change-Id: I82a3a7b9bcc5dc0bd5f60cfa5bbd276eeee48071 Bug: 327704045
2024-03-16Add bedstead dependency Antonio Kantek
Bug: 327704045 Test: atest ConcurrentMultiUserTest Change-Id: I5382cb3d19b086b034556de9d0386695bda26b37
2024-02-14[DON'T BLOCK] Test ownership migration rules Ronish Kalia
This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, <add g3 doc link> Bug: 304529413 Test: N/A Change-Id: I6b6cf0abdd1fdb8fefa4184b3698f6951c192ac0
2023-11-07Add Concurrent Multi-Session IME test apk Antonio Kantek
This test apk will host the concurrent multi-session IME tests. For now, it will be enabled for Android Auto only. Bug: 304358981 Test: atest ConcurrentMultiSessionImeTest Change-Id: I437acbd1ce72868292add242fc38aeff9a548add