HomeSort by relevance Sort by last modified time
    Searched refs:currentWaitTime (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 569 int currentWaitTime = 0;
572 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME,
761 int currentWaitTime = 0;
772 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis,
788 int currentWaitTime = 0;
791 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME,
808 int currentWaitTime = 0;
814 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
DownloadManagerBaseTest.java 474 int currentWaitTime = 0;
477 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME,
602 int currentWaitTime = 0;
613 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis,
629 int currentWaitTime = 0;
632 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME,
649 int currentWaitTime = 0;
655 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME
    [all...]
DownloadManagerTestApp.java 207 int currentWaitTime = 0;
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 378 int currentWaitTime = 0;
382 currentWaitTime += WAIT_FOR_DEVICE_POLL_TIME;
383 if (currentWaitTime > MAX_WAIT_FOR_DEVICE_TIME) {
420 int currentWaitTime = 0;
425 currentWaitTime += WAIT_FOR_DEVICE_POLL_TIME;
426 if (currentWaitTime > MAX_WAIT_FOR_DEVICE_TIME) {
451 int currentWaitTime = 0;
455 currentWaitTime += WAIT_FOR_APP_LAUNCH_POLL_TIME;
456 if (currentWaitTime > MAX_WAIT_FOR_APP_LAUNCH_TIME) {
    [all...]

Completed in 1010 milliseconds