Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java359 if (hasSystemUiObject("keyguard_status_view")) return "Phone is locked"; in getSystemAnomalyMessage()
532 final boolean hasRecentsButton = hasSystemUiObject("recent_apps"); in getNavigationModeMismatchError()
533 final boolean hasHomeButton = hasSystemUiObject("home"); in getNavigationModeMismatchError()
844 private boolean hasSystemUiObject(String resId) { in hasSystemUiObject() method
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java239 private boolean hasSystemUiObject(String resId) { in hasSystemUiObject() method in AbstractLauncherUiTest
249 for (int i = 0; i < 10 && hasSystemUiObject("keyguard_status_view"); ++i) { in setUp()