Searched defs:currentTotalWaitTime (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java386 * @param currentTotalWaitTime The total time waited so far
394 private int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, argument
409 currentTotalWaitTime += poll;
410 if (currentTotalWaitTime > maxTimeoutMillis) {
413 return currentTotalWaitTime;
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java717 * @param currentTotalWaitTime The total time waited so far
725 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, argument
740 currentTotalWaitTime += poll;
741 if (currentTotalWaitTime > maxTimeoutMillis) {
744 return currentTotalWaitTime;

Completed in 456 milliseconds