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 570 int currentWaitTime = 0;
573 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME,
759 int currentWaitTime = 0;
770 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis,
786 int currentWaitTime = 0;
789 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME,
806 int currentWaitTime = 0;
812 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME
    [all...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 316 int currentWaitTime = 0;
320 currentWaitTime += WAIT_FOR_DEVICE_POLL_TIME;
321 if (currentWaitTime > MAX_WAIT_FOR_DEVICE_TIME) {
358 int currentWaitTime = 0;
363 currentWaitTime += WAIT_FOR_DEVICE_POLL_TIME;
364 if (currentWaitTime > MAX_WAIT_FOR_DEVICE_TIME) {
384 int currentWaitTime = 0;
388 currentWaitTime += WAIT_FOR_APP_LAUNCH_POLL_TIME;
389 if (currentWaitTime > MAX_WAIT_FOR_APP_LAUNCH_TIME) {
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
DownloadManagerTestApp.java 208 int currentWaitTime = 0;

Completed in 242 milliseconds