Home
last modified time | relevance | path

Searched refs:openAllApps (Results 1 – 12 of 12) sorted by relevance

/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DILauncherHelper.java39 public void openAllApps(); in openAllApps() method
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DILauncherStrategy.java55 UiObject2 openAllApps(boolean reset); in openAllApps() method
DAllAppsScreenHelper.java59 mLauncherStrategy.openAllApps(false); in launchAllAppsScreen()
DWearLauncherStrategy.java77 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in WearLauncherStrategy
DNexusLauncherStrategy.java105 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in NexusLauncherStrategy
DCommonLauncherHelper.java159 UiObject2 container = launcherStrategy.openAllApps(false); in launchApp()
DAospLauncherStrategy.java66 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in AospLauncherStrategy
DBaseLauncher3Strategy.java92 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in BaseLauncher3Strategy
DTvLauncherStrategy.java188 public UiObject2 openAllApps(boolean longpress) { in openAllApps() method in TvLauncherStrategy
695 openAllApps(true);
733 openAllApps(true);
DLeanbackLauncherStrategy.java103 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in LeanbackLauncherStrategy
410 container = launcherStrategy.openAllApps(false); in launchApp()
DAutoLauncherStrategy.java401 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in AutoLauncherStrategy
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java121 public void openAllApps() throws UiObjectNotFoundException, IOException { in openAllApps() method in LauncherJankTests