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