Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/callcomposer/
DPictureManagerTest.java143 CompletableFuture<Uri> callLogUriFuture = new CompletableFuture<>(); in testPictureUpload() local
144 manager.storeUploadedPictureToCallLog(id, callLogUriFuture::complete); in testPictureUpload()
153 Uri receivedUri = callLogUriFuture.get(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testPictureUpload()
203 CompletableFuture<Uri> callLogUriFuture = new CompletableFuture<>(); in testPictureDownload() local
210 }, FAKE_URL, (p) -> callLogUriFuture.complete(p.first)); in testPictureDownload()
233 Uri receivedUri = callLogUriFuture.get(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testPictureDownload()
242 CompletableFuture<Uri> callLogUriFuture = new CompletableFuture<>(); in testPictureDownloadWithAuthRefresh() local
249 }, FAKE_URL, (p) -> callLogUriFuture.complete(p.first)); in testPictureDownloadWithAuthRefresh()