Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java131 CompletableFuture<String> authorizationFuture = in uploadPicture() local
142 networkFuture.thenCombineAsync(authorizationFuture, in uploadPicture()
191 CompletableFuture<String> authorizationFuture = authenticateHeaderFuture in downloadPicture()
199 return networkFuture.thenCombineAsync(authorizationFuture, in downloadPicture()