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

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java720 * @param currentTotalWaitTime The total time waited so far
728 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, argument
743 currentTotalWaitTime += poll;
744 if (currentTotalWaitTime > maxTimeoutMillis) {
747 return currentTotalWaitTime;

Completed in 43 milliseconds