Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DILauncherStrategy.java73 public UiObject2 openAllWidgets(boolean reset); in openAllWidgets() method
DBaseLauncher3Strategy.java115 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in BaseLauncher3Strategy
DAospLauncherStrategy.java108 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in AospLauncherStrategy
DLeanbackLauncherStrategy.java295 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in LeanbackLauncherStrategy
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java189 public void openAllWidgets() throws UiObjectNotFoundException, IOException { in openAllWidgets() method in LauncherJankTests
190 mLauncherStrategy.openAllWidgets(true); in openAllWidgets()