Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java293 if (hasSystemUiObject("keyguard_status_view")) return "Phone is locked"; in getAnomalyMessage()
404 final boolean hasRecentsButton = hasSystemUiObject("recent_apps"); in getNavigationModeMismatchError()
405 final boolean hasHomeButton = hasSystemUiObject("home"); in getNavigationModeMismatchError()
685 private boolean hasSystemUiObject(String resId) { in hasSystemUiObject() method