Searched defs:maxTimeoutMillis (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java363 * @param maxTimeoutMillis The total wait time threshold; if we've waited more than this long,
369 private int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, argument
385 if (currentTotalWaitTime > maxTimeoutMillis) {
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java719 * @param maxTimeoutMillis The total wait time threshold; if we've waited more than this long,
725 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, argument
741 if (currentTotalWaitTime > maxTimeoutMillis) {

Completed in 89 milliseconds