HomeSort by relevance Sort by last modified time
    Searched refs:waitForIdle (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/
TestUtils.java 88 uiDevice.waitForIdle();
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
StorageHostTest.java 61 waitForIdle();
163 waitForIdle();
229 public void waitForIdle() throws Exception {
  /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
RecentsTests.java 67 mDevice.waitForIdle();
85 mDevice.waitForIdle();
159 mDevice.waitForIdle();
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
LauncherJankTests.java 113 mDevice.waitForIdle();
115 mDevice.waitForIdle();
163 mDevice.waitForIdle();
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
LockscreenHelper.java 98 mDevice.waitForIdle();
188 mDevice.waitForIdle();
212 mDevice.waitForIdle();
266 mDevice.waitForIdle();
272 mDevice.waitForIdle();
  /frameworks/base/tests/net/java/com/android/server/
ConnectivityServiceTest.java 226 public void waitForIdle(int timeoutMsAsInt) {
229 waitForIdle(mCellNetworkAgent, timeoutMs);
230 waitForIdle(mWiFiNetworkAgent, timeoutMs);
231 waitForIdle(mEthernetNetworkAgent, timeoutMs);
235 public void waitForIdle(MockNetworkAgent agent, long timeoutMs) {
242 private void waitForIdle() {
243 waitForIdle(TIMEOUT_MS);
250 // Tests that waitForIdle returns immediately if the service is already idle.
252 waitForIdle();
263 // Tests that calling waitForIdle waits for messages to be processed
    [all...]
  /platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/
DialerJankTests.java 89 mDevice.waitForIdle();
97 mDevice.waitForIdle();
142 mDevice.waitForIdle();
  /external/droiddriver/src/io/appium/droiddriver/uiautomation/
UiAutomationDriver.java 49 /** Sets the {@code idleTimeoutMillis} argument for calling {@link UiAutomation#waitForIdle} */
88 uiAutomation.waitForIdle(idleTimeoutMillis, timeoutMillis);
  /packages/apps/DocumentsUI/app-perf-tests/src/com/android/documentsui/
FilesAppPerfTest.java 72 mDevice.waitForIdle();
  /packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
FilesActivityPerfTest.java 102 getInstrumentation().waitForIdle(new Runnable() {
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
UiDeviceUtils.java 89 UiDevice.getInstance(instrumentation).waitForIdle();
  /packages/apps/TV/tests/jank/src/com/android/tv/tests/jank/
ProgramGuideJankTest.java 97 mDevice.waitForIdle();
  /cts/tests/app/src/android/app/cts/
AspectRatioTests.java 203 // waitForIdle();
207 // waitForIdle();
223 waitForIdle();
234 private void waitForIdle() {
  /frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
OffloadControllerTest.java 132 private void waitForIdle() {
449 waitForIdle();
503 waitForIdle();
509 waitForIdle();
516 waitForIdle();
522 waitForIdle();
530 waitForIdle();
539 waitForIdle();
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTestCase.java 73 mDevice.waitForIdle();
  /external/droiddriver/src/io/appium/droiddriver/util/
InstrumentationUtils.java 108 getInstrumentation().waitForIdle(emptyTask);
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 271 bool waitForIdle() const {
506 EXPECT_TRUE(callbacks->waitForIdle());
532 EXPECT_TRUE(callbacks->waitForIdle());
567 EXPECT_TRUE(callbacks->waitForIdle());
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 81 mDevice.waitForIdle();
  /packages/apps/Contacts/tests/src/com/android/contacts/test/
IntegrationTestUtils.java 86 * Waits for an idle sync on the main thread (see {@link Instrumentation#waitForIdle(Runnable)})
91 mInstrumentation.waitForIdle(future);
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
ActivityTest.java 157 device.waitForIdle();
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
AutoLauncherStrategy.java 123 mDevice.waitForIdle();
CommonLauncherHelper.java 175 mDevice.waitForIdle();
  /platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
UiBenchJankTestsHelper.java 82 mDevice.waitForIdle();
  /prebuilts/sdk/16/
uiautomator.jar 
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
UiBot.java 112 mDevice.waitForIdle(mTimeout);
151 mDevice.waitForIdle();

Completed in 1120 milliseconds

1 23 4 5 6