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

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 566 int currentWaitTime = 0;
569 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME,
758 int currentWaitTime = 0;
769 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis,
785 int currentWaitTime = 0;
788 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME,
805 int currentWaitTime = 0;
811 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 338 int currentWaitTime = 0;
341 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME,
424 int currentWaitTime = 0;
427 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME,
444 int currentWaitTime = 0;
450 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME,
473 int currentWaitTime = 0;
479 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME
    [all...]
DownloadManagerTestApp.java 194 int currentWaitTime = 0;

Completed in 77 milliseconds