Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractPublicApiTest.java171 boolean runUntilProgress(int progress) throws InterruptedException { in runUntilProgress() method in AbstractPublicApiTest.Download
DPublicApiFunctionalTest.java515 boolean rslt = download.runUntilProgress(1); in testCancel()