Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DBaseLauncher3Strategy.java94 UiObject2 allAppsContainer = mDevice.wait(Until.findObject(getAllAppsSelector()), 2000); in openAllApps() local
95 Assert.assertNotNull("openAllApps: did not find all apps container", allAppsContainer); in openAllApps()
98 allAppsContainer, Direction.reverse(getAllAppsScrollDirection())); in openAllApps()
100 return allAppsContainer; in openAllApps()
DAospLauncherStrategy.java87 UiObject2 allAppsContainer = mDevice.findObject(APPS_CONTAINER); in openAllApps() local
88 Assert.assertNotNull("openAllApps: did not find all apps container", allAppsContainer); in openAllApps()
90 CommonLauncherHelper.getInstance(mDevice).scrollBackToBeginning(allAppsContainer, in openAllApps()
93 return allAppsContainer; in openAllApps()