Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractPublicApiTest.java119 waitForStatus(status, startMillis); in runUntilStatus()
125 waitForStatus(status, startMillis, timeout); in runUntilStatus()
128 void waitForStatus(int expected, long afterMillis) throws TimeoutException { in waitForStatus() method in AbstractPublicApiTest.Download
129 waitForStatus(expected, afterMillis, 15 * SECOND_IN_MILLIS); in waitForStatus()
132 void waitForStatus(int expected, long afterMillis, long timeout) throws TimeoutException { in waitForStatus() method in AbstractPublicApiTest.Download
DThreadingTest.java68 d.first.waitForStatus(DownloadManager.STATUS_SUCCESSFUL, startMillis); in testFilenameRace()