Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java394 private int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait() argument
410 if (currentTotalWaitTime > maxTimeoutMillis) { in timeoutWait()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java730 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait() argument
746 if (currentTotalWaitTime > maxTimeoutMillis) { in timeoutWait()