Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DILauncherStrategy.java94 UiObject2 openAllWidgets(boolean reset); in openAllWidgets() method
DWearLauncherStrategy.java151 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in WearLauncherStrategy
DNexusLauncherStrategy.java168 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in NexusLauncherStrategy
DAospLauncherStrategy.java155 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in AospLauncherStrategy
DBaseLauncher3Strategy.java189 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in BaseLauncher3Strategy
DAutoLauncherStrategy.java441 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in AutoLauncherStrategy
DLeanbackLauncherStrategy.java349 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in LeanbackLauncherStrategy
DTvLauncherStrategy.java991 public UiObject2 openAllWidgets(boolean reset) {
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java173 public void openAllWidgets() throws UiObjectNotFoundException, IOException { in openAllWidgets() method in LauncherJankTests
174 mLauncher.pressHome().openAllWidgets(); in openAllWidgets()