Home
last modified time | relevance | path

Searched refs:reset (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() argument
73 public UiObject2 openAllWidgets(boolean reset); in openAllWidgets() argument
DBaseLauncher3Strategy.java84 public UiObject2 openAllApps(boolean reset) { in openAllApps() argument
96 if (reset) { in openAllApps()
115 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() argument
127 if (reset) { in openAllWidgets()
DAospLauncherStrategy.java64 public UiObject2 openAllApps(boolean reset) { in openAllApps() argument
89 if (reset) { in openAllApps()
108 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() argument
132 if (reset && needReset) { in openAllWidgets()
DLeanbackLauncherStrategy.java90 public UiObject2 openAllApps(boolean reset) { in openAllApps() argument
95 if (reset) { in openAllApps()
295 public UiObject2 openAllWidgets(boolean reset) { in openAllWidgets() argument
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DMediaPlaybackTests.java80 mp.reset(); in testVideoPlayback()
/platform_testing/tests/smokefast/src/com/android/smokefast/
DMediaPlaybackTest.java80 mp.reset(); in testVideoPlayback()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DUiWatchers.java93 public void reset() { in reset() method in UiWatchers