Searched refs:allAppsContainer (Results 1 – 2 of 2) sorted by relevance
94 UiObject2 allAppsContainer = mDevice.wait(Until.findObject(getAllAppsSelector()), 2000); in openAllApps() local95 Assert.assertNotNull("openAllApps: did not find all apps container", allAppsContainer); in openAllApps()98 allAppsContainer, Direction.reverse(getAllAppsScrollDirection())); in openAllApps()100 return allAppsContainer; in openAllApps()
87 UiObject2 allAppsContainer = mDevice.findObject(APPS_CONTAINER); in openAllApps() local88 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()