Searched refs:waitForStatus (Results 1 – 2 of 2) sorted by relevance
119 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.Download129 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
68 d.first.waitForStatus(DownloadManager.STATUS_SUCCESSFUL, startMillis); in testFilenameRace()