Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DActivityLaunchUtils.java137 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