HomeSort by relevance Sort by last modified time
    Searched defs:ALL_APPS_BUTTON (Results 1 - 2 of 2) sorted by null

  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LogBuildNumber.java 49 public static final UiSelector ALL_APPS_BUTTON = new UiSelector().description("Apps");
79 UiObject allAppsButton = new UiObject(LauncherHelper.ALL_APPS_BUTTON);
SetTwoMinuteAlarm.java 38 public static final UiSelector ALL_APPS_BUTTON = new UiSelector().description("Apps");
57 UiObject allAppsButton = new UiObject(LauncherHelper.ALL_APPS_BUTTON);

Completed in 171 milliseconds