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

  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 272 int currentWaitTime = 0;
275 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME,
400 int currentWaitTime = 0;
411 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis,
427 int currentWaitTime = 0;
430 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME,
447 int currentWaitTime = 0;
453 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME
    [all...]
DownloadManagerTestApp.java 197 int currentWaitTime = 0;
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 564 int currentWaitTime = 0;
567 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME,
756 int currentWaitTime = 0;
767 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis,
783 int currentWaitTime = 0;
786 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME,
803 int currentWaitTime = 0;
809 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME
    [all...]

Completed in 171 milliseconds