Home
last modified time | relevance | path

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

/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
DLogBuildNumber.java48 public static class LauncherHelper { class in LogBuildNumber
79 UiObject allAppsButton = new UiObject(LauncherHelper.ALL_APPS_BUTTON); in testDemo()
90 UiScrollable allAppsScreen = new UiScrollable(LauncherHelper.LAUNCHER_CONTAINER); in testDemo()
93 allAppsScreen.getChildByText(LauncherHelper.LAUNCHER_ITEM, "Settings"); in testDemo()
DSetTwoMinuteAlarm.java37 public static class LauncherHelper { class in SetTwoMinuteAlarm
57 UiObject allAppsButton = new UiObject(LauncherHelper.ALL_APPS_BUTTON); in testDemo()
68 UiScrollable allAppsScreen = new UiScrollable(LauncherHelper.LAUNCHER_CONTAINER); in testDemo()
71 allAppsScreen.getChildByText(LauncherHelper.LAUNCHER_ITEM, "Clock"); in testDemo()