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

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java722 * @param maxTimeoutMillis The total wait time threshold; if we've waited more than this long,
728 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, argument
744 if (currentTotalWaitTime > maxTimeoutMillis) {

Completed in 211 milliseconds