Loading quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,8 @@ public class FallbackRecentsTest { UiDevice.getInstance(getInstrumentation()).executeShellCommand( getLauncherCommand(getLauncherInMyProcess())); // b/143488140 mLauncher.pressHome(); mDevice.pressHome(); mDevice.waitForIdle(); } } }; Loading Loading
quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,8 @@ public class FallbackRecentsTest { UiDevice.getInstance(getInstrumentation()).executeShellCommand( getLauncherCommand(getLauncherInMyProcess())); // b/143488140 mLauncher.pressHome(); mDevice.pressHome(); mDevice.waitForIdle(); } } }; Loading