Searched refs:waitForSystemUiObject (Results 1 – 2 of 2) sorted by relevance
113 mLauncher.waitForSystemUiObject("recent_apps").click(); in goToOverviewUnchecked()164 UiObject2 recentsButton = mLauncher.waitForSystemUiObject("recent_apps"); in quickSwitchToPreviousApp()
580 waitForSystemUiObject("home").click(); in pressHome()690 UiObject2 waitForSystemUiObject(String resId) { in waitForSystemUiObject() method