Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +2 −0 Original line number Diff line number Diff line Loading @@ -549,6 +549,8 @@ public final class LauncherInstrumentation { if (hasLauncherObject(WORKSPACE_RES_ID)) { log(action = "already at home"); } else { log("Hierarchy before swiping up to home"); dumpViewHierarchy(); log(action = "swiping up to home from " + getVisibleStateMessage()); final int finalState = mDevice.hasObject(By.pkg(getLauncherPackageName())) ? NORMAL_STATE_ORDINAL : BACKGROUND_APP_STATE_ORDINAL; Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +2 −0 Original line number Diff line number Diff line Loading @@ -549,6 +549,8 @@ public final class LauncherInstrumentation { if (hasLauncherObject(WORKSPACE_RES_ID)) { log(action = "already at home"); } else { log("Hierarchy before swiping up to home"); dumpViewHierarchy(); log(action = "swiping up to home from " + getVisibleStateMessage()); final int finalState = mDevice.hasObject(By.pkg(getLauncherPackageName())) ? NORMAL_STATE_ORDINAL : BACKGROUND_APP_STATE_ORDINAL; Loading