summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Robert Chou <robertchou@google.com> 2022-09-07 09:10:05 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2022-09-07 09:10:05 +0000
commit4d0f54c7462d76e3a82937bf74d0c990c1016ba6 (patch)
treede5d54958a1fc383c77941f379c44f1c6dd367c6
parentcc179ce375b0ee3f7a30d3f28f1d27f06e16e171 (diff)
parent222d4ea95f7e26278d34c2fb48ee7151e3f1703a (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>
-rw-r--r--tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java b/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java
index 47f87d6d75ff..573b3b695a90 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 @@ public final class NotificationTest {
@After
public void tearDown() {
mNotificationManager.cancelAll();
+ mUiDevice.pressHome();
}
@Test