Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +4 −0 Original line number Diff line number Diff line Loading @@ -721,6 +721,10 @@ public final class LauncherInstrumentation { mExpectedRotationCheckEnabled = expectedRotationCheckEnabled; } public boolean getExpectedRotationCheckEnabled() { return mExpectedRotationCheckEnabled; } public String getNavigationModeMismatchError(boolean waitForCorrectState) { final int waitTime = waitForCorrectState ? WAIT_TIME_MS : 0; final NavigationModel navigationModel = getNavigationModel(); Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +4 −0 Original line number Diff line number Diff line Loading @@ -721,6 +721,10 @@ public final class LauncherInstrumentation { mExpectedRotationCheckEnabled = expectedRotationCheckEnabled; } public boolean getExpectedRotationCheckEnabled() { return mExpectedRotationCheckEnabled; } public String getNavigationModeMismatchError(boolean waitForCorrectState) { final int waitTime = waitForCorrectState ? WAIT_TIME_MS : 0; final NavigationModel navigationModel = getNavigationModel(); Loading