HomeSort by relevance Sort by last modified time
    Searched defs:openAllApps (Results 1 - 8 of 8) sorted by null

  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
ILauncherStrategy.java 54 public UiObject2 openAllApps(boolean reset);
WearLauncherStrategy.java 81 public UiObject2 openAllApps(boolean reset) {
AospLauncherStrategy.java 64 public UiObject2 openAllApps(boolean reset) {
88 Assert.assertNotNull("openAllApps: did not find all apps container", allAppsContainer);
BaseLauncher3Strategy.java 84 public UiObject2 openAllApps(boolean reset) {
91 Assert.assertNotNull("openAllApps: did not find open all apps button.", allAppsButton);
98 Assert.assertNotNull("openAllApps: did not find all apps container", allAppsContainer);
LeanbackLauncherStrategy.java 103 public UiObject2 openAllApps(boolean reset) {
391 container = launcherStrategy.openAllApps(false);
TvLauncherStrategy.java 130 public UiObject2 openAllApps(boolean longpress) {
288 openAllApps(true);
376 openAllApps(true);
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
LauncherJankTests.java 89 mLauncherStrategy.openAllApps(true);
112 mLauncherStrategy.openAllApps(false);
119 public void openAllApps() throws UiObjectNotFoundException, IOException {
120 mLauncherStrategy.openAllApps(true);
134 @JankTest(beforeTest="openAllApps", afterTest="afterTestAllAppsContainerSwipe",
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
LauncherInstrumentationTestCase.java 149 protected UiObject2 openAllApps() {

Completed in 134 milliseconds