Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java577 final String visibleApps = mDevice.findObjects(getAnyObjectSelector()) in getSystemAnomalyMessage()
586 if (!mDevice.wait(Until.hasObject(getAnyObjectSelector()), WAIT_TIME_MS)) { in getSystemAnomalyMessage()
640 final String apps = mDevice.findObjects(getAnyObjectSelector()) in getVisiblePackages()
1099 waitForLauncherObject(getAnyObjectSelector()); in swipeUpToCloseFloatingView()
1259 private static BySelector getAnyObjectSelector() { in getAnyObjectSelector() method
1265 return hasLauncherObject(getAnyObjectSelector()); in isLauncherVisible()