Home
last modified time | relevance | path

Searched refs:getAllAppsSelector (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DBaseLauncher3Strategy.java86 if (!mDevice.hasObject(getAllAppsSelector())) { in openAllApps()
94 UiObject2 allAppsContainer = mDevice.wait(Until.findObject(getAllAppsSelector()), 2000); in openAllApps()
156 public BySelector getAllAppsSelector() { in getAllAppsSelector() method in BaseLauncher3Strategy
DILauncherStrategy.java60 public BySelector getAllAppsSelector(); in getAllAppsSelector() method
DLeanbackLauncherStrategy.java162 public BySelector getAllAppsSelector() { in getAllAppsSelector() method in LeanbackLauncherStrategy
255 getAllAppsSelector().hasChild(By.focused(true))), SHORT_WAIT_TIME); in selectAppsRow()
DAospLauncherStrategy.java180 public BySelector getAllAppsSelector() { in getAllAppsSelector() method in AospLauncherStrategy
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java138 UiObject2 allApps = mDevice.findObject(mLauncherStrategy.getAllAppsSelector()); in testAllAppsContainerSwipe()