commit | d00db76d8467a0921c6710315359715eb473be91 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Apr 19 02:02:51 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 19 02:02:51 2022 +0000 |
tree | 351bd338e09caf91972fa559bc8c69e70ec48cad | |
parent | ec64b02f3158e4d1fff4b4d6e322a8c243b2e4c0 [diff] | |
parent | d51da5d52ddd3b766e2a94faa4426dc961ea99a0 [diff] |
Merge "Trying to remove waiting for broadcasts" into tm-dev am: ce43fb91bb am: d51da5d52d Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17805035 Change-Id: I1d5b51979876e2f2b0c7fce7808c15e5fae63576 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 950e72c..afb4f8d 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -227,11 +227,6 @@ public LauncherInstrumentation(Instrumentation instrumentation) { mInstrumentation = instrumentation; mDevice = UiDevice.getInstance(instrumentation); - try { - mDevice.executeShellCommand("am wait-for-broadcast-idle"); - } catch (IOException e) { - log("Failed to wait for broadcast idle"); - } // Launcher should run in test harness so that custom accessibility protocol between // Launcher and TAPL is enabled. In-process tests enable this protocol with a direct call