Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DBaseLauncher3Strategy.java116 if (!mDevice.hasObject(getAllWidgetsSelector())) { in openAllWidgets()
124 Until.findObject(getAllWidgetsSelector()), 2000); in openAllWidgets()
164 public BySelector getAllWidgetsSelector() { in getAllWidgetsSelector() method in BaseLauncher3Strategy
DILauncherStrategy.java79 public BySelector getAllWidgetsSelector(); in getAllWidgetsSelector() method
DAospLauncherStrategy.java188 public BySelector getAllWidgetsSelector() { in getAllWidgetsSelector() method in AospLauncherStrategy
DLeanbackLauncherStrategy.java302 public BySelector getAllWidgetsSelector() { in getAllWidgetsSelector() method in LeanbackLauncherStrategy
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java208 UiObject2 allWidgets = mDevice.findObject(mLauncherStrategy.getAllWidgetsSelector()); in testWidgetsContainerFling()