Home
last modified time | relevance | path

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

/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
DLogBuildNumber.java49 public static final UiSelector ALL_APPS_BUTTON = new UiSelector().description("Apps"); field in LogBuildNumber.LauncherHelper
79 UiObject allAppsButton = new UiObject(LauncherHelper.ALL_APPS_BUTTON); in testDemo()
DSetTwoMinuteAlarm.java38 public static final UiSelector ALL_APPS_BUTTON = new UiSelector().description("Apps"); field in SetTwoMinuteAlarm.LauncherHelper
57 UiObject allAppsButton = new UiObject(LauncherHelper.ALL_APPS_BUTTON); in testDemo()