Searched refs:hasSystemUiObject (Results 1 – 1 of 1) sorted by relevance
293 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