Home
last modified time | relevance | path

Searched refs:getNavigationModeMismatchError (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DNavigationModeSwitchRule.java198 + launcher.getNavigationModeMismatchError(false),
199 () -> launcher.getNavigationModeMismatchError(false) == null,
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java463 final String navigationModeError = getNavigationModeMismatchError(true); in getSystemAnomalyMessage()
650 public String getNavigationModeMismatchError(boolean waitForCorrectState) { in getNavigationModeMismatchError() method
686 final String error = getNavigationModeMismatchError(true); in verifyContainerType()