Searched refs:isHomeScreenShowing (Results 1 – 1 of 1) sorted by relevance
145 if (isHomeScreenShowing(context, uiAutomation)) return; in homeScreenOrBust()170 if (isHomeScreenShowing(context, uiAutomation)) { in homeScreenOrBust()203 public static boolean isHomeScreenShowing(Context context, UiAutomation uiAutomation) { in isHomeScreenShowing() method in ActivityLaunchUtils