Home
last modified time | relevance | path

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

/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
DLogBuildNumber.java90 UiScrollable allAppsScreen = new UiScrollable(LauncherHelper.LAUNCHER_CONTAINER); in testDemo() local
91 allAppsScreen.setAsHorizontalList(); in testDemo()
93 allAppsScreen.getChildByText(LauncherHelper.LAUNCHER_ITEM, "Settings"); in testDemo()
DSetTwoMinuteAlarm.java68 UiScrollable allAppsScreen = new UiScrollable(LauncherHelper.LAUNCHER_CONTAINER); in testDemo() local
69 allAppsScreen.setAsHorizontalList(); in testDemo()
71 allAppsScreen.getChildByText(LauncherHelper.LAUNCHER_ITEM, "Clock"); in testDemo()