commit | 4d0f54c7462d76e3a82937bf74d0c990c1016ba6 | [log] [tgz] |
---|---|---|
author | Robert Chou <robertchou@google.com> | Wed Sep 07 09:10:05 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 07 09:10:05 2022 +0000 |
tree | de5d54958a1fc383c77941f379c44f1c6dd367c6 | |
parent | cc179ce375b0ee3f7a30d3f28f1d27f06e16e171 [diff] | |
parent | 222d4ea95f7e26278d34c2fb48ee7151e3f1703a [diff] |
Merge "Activity gain focus failed in InputMethodStressTest" am: 7f5baabe2a am: 2fad378d72 am: 16a324ff03 am: f98575cb67 am: 222d4ea95f Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2194375 Change-Id: I9665a4987c24ec52c74c9a5e2e0848e0f2915361 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java b/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java index 47f87d6..573b3b69 100644 --- a/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java +++ b/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java
@@ -102,6 +102,7 @@ @After public void tearDown() { mNotificationManager.cancelAll(); + mUiDevice.pressHome(); } @Test