Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DILauncherStrategy.java54 public UiObject2 openAllApps(boolean reset); in openAllApps() method
DBaseLauncher3Strategy.java84 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in BaseLauncher3Strategy
DCommonLauncherHelper.java152 UiObject2 container = launcherStrategy.openAllApps(false); in launchApp()
DLeanbackLauncherStrategy.java90 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in LeanbackLauncherStrategy
345 UiObject2 container = launcherStrategy.openAllApps(false); in launchApp()
DAospLauncherStrategy.java64 public UiObject2 openAllApps(boolean reset) { in openAllApps() method in AospLauncherStrategy
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java89 mLauncherStrategy.openAllApps(true); in resetAllApps()
112 mLauncherStrategy.openAllApps(false); in testOpenAllAppsContainer()
119 public void openAllApps() throws UiObjectNotFoundException, IOException { in openAllApps() method in LauncherJankTests
120 mLauncherStrategy.openAllApps(true); in openAllApps()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUILauncherTests.java134 mLauncherStrategy.openAllApps(true); in testAddAndRemoveShortCut()