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.java54 public UiObject2 openAllApps(boolean reset); in openAllApps() method
DAllAppsScreenHelper.java58 mLauncherStrategy.openAllApps(false); in launchAllAppsScreen()
DNexusLauncherStrategy.java103 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in NexusLauncherStrategy
DWearLauncherStrategy.java81 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in WearLauncherStrategy
DBaseLauncher3Strategy.java91 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in BaseLauncher3Strategy
DAospLauncherStrategy.java64 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in AospLauncherStrategy
DCommonLauncherHelper.java159 UiObject2 container = launcherStrategy.openAllApps(false); in launchApp()
DTvLauncherStrategy.java188 public UiObject2 openAllApps(boolean longpress) { in openAllApps() method in TvLauncherStrategy
683 openAllApps(true);
721 openAllApps(true);
DLeanbackLauncherStrategy.java103 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in LeanbackLauncherStrategy
391 container = launcherStrategy.openAllApps(false); in launchApp()
DAutoLauncherStrategy.java382 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in AutoLauncherStrategy
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java117 public void openAllApps() throws UiObjectNotFoundException, IOException { in openAllApps() method in LauncherJankTests