Searched refs:hasSystemUiObject (Results 1 – 2 of 2) sorted by relevance
325 private static boolean hasSystemUiObject(String resId) { in hasSystemUiObject() method in AbstractLauncherUiTest337 for (int i = 0; i < 10 && hasSystemUiObject("keyguard_status_view"); ++i) { in aggressivelyUnlockSysUi()
574 if (hasSystemUiObject("keyguard_status_view")) return "Phone is locked"; in getSystemAnomalyMessage()1380 private boolean hasSystemUiObject(String resId) { in hasSystemUiObject() method