Searched refs:networkFuture (Results 1 – 2 of 2) sorted by relevance
121 CompletableFuture<Network> networkFuture = getNetworkForCallComposer(); in uploadPicture() local122 CompletableFuture<WWWAuthenticate> authorizationHeaderFuture = networkFuture in uploadPicture()142 networkFuture.thenCombineAsync(authorizationFuture, in uploadPicture()154 CompletableFuture<Network> networkFuture = getNetworkForCallComposer(); in downloadPicture() local156 networkFuture.thenApplyAsync((network) -> in downloadPicture()199 return networkFuture.thenCombineAsync(authorizationFuture, in downloadPicture()
915 final CompletableFuture<Network> networkFuture = new CompletableFuture<>(); in runIdenticalPendingIntentsRequestTest() local923 networkFuture.complete(intent.getParcelableExtra(EXTRA_NETWORK)); in runIdenticalPendingIntentsRequestTest()930 assertEquals(wifiNetwork, networkFuture.get( in runIdenticalPendingIntentsRequestTest()