Home
last modified time | relevance | path

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

/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
DLaunchSettings.java38 UiObject allAppsButton = new UiObject(new UiSelector().description("Apps")); in testDemo() local
48 allAppsButton.clickAndWaitForNewWindow(); in testDemo()
DSetTwoMinuteAlarm.java57 UiObject allAppsButton = new UiObject(LauncherHelper.ALL_APPS_BUTTON); in testDemo() local
58 allAppsButton.click(); in testDemo()
DLogBuildNumber.java79 UiObject allAppsButton = new UiObject(LauncherHelper.ALL_APPS_BUTTON); in testDemo() local
80 allAppsButton.click(); in testDemo()