Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java394 private int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait() argument
409 currentTotalWaitTime += poll; in timeoutWait()
410 if (currentTotalWaitTime > maxTimeoutMillis) { in timeoutWait()
413 return currentTotalWaitTime; in timeoutWait()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java730 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait() argument
745 currentTotalWaitTime += poll; in timeoutWait()
746 if (currentTotalWaitTime > maxTimeoutMillis) { in timeoutWait()
749 return currentTotalWaitTime; in timeoutWait()