Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java139 () -> mLauncher.waitForSystemUiObject("recent_apps").click(), in goToOverviewUnchecked()
227 UiObject2 recentsButton = mLauncher.waitForSystemUiObject("recent_apps"); in quickSwitch()
DOverviewActions.java71 UiObject2 closeScreenshot = mLauncher.waitForSystemUiObject( in clickAndDismissScreenshot()
DLauncherInstrumentation.java745 waitForSystemUiObject("home")::click, in pressHome()
888 UiObject2 waitForSystemUiObject(String resId) { in waitForSystemUiObject() method