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.java145 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