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.java79 public UiObject2 openAllWidgets(boolean reset); in openAllWidgets() method
DNexusLauncherStrategy.java145 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in NexusLauncherStrategy
DWearLauncherStrategy.java135 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in WearLauncherStrategy
DBaseLauncher3Strategy.java135 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in BaseLauncher3Strategy
DAospLauncherStrategy.java108 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in AospLauncherStrategy
DAutoLauncherStrategy.java410 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in AutoLauncherStrategy
DLeanbackLauncherStrategy.java336 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() method in LeanbackLauncherStrategy
DTvLauncherStrategy.java979 public UiObject2 openAllWidgets(boolean reset) {
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java169 public void openAllWidgets() throws UiObjectNotFoundException, IOException { in openAllWidgets() method in LauncherJankTests
170 mLauncher.pressHome().openAllWidgets(); in openAllWidgets()