Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt416 val otherCompleteFuture = CompletableFuture<Boolean>() in testDirectlyOpenMimeType_cancelTask() constant
419 downloadCompleteFuture = otherCompleteFuture in testDirectlyOpenMimeType_cancelTask()
434 assertTrue(otherCompleteFuture.get(TEST_TIMEOUT_MS, MILLISECONDS)) in testDirectlyOpenMimeType_cancelTask()