Searched refs:uploadedUuidFuture (Results 1 – 1 of 1) sorted by relevance
106 CompletableFuture<UUID> uploadedUuidFuture = new CompletableFuture<>(); in testPictureUpload() local113 }, imageData, (pair) -> uploadedUuidFuture.complete(pair.first)); in testPictureUpload()138 UUID id = uploadedUuidFuture.get(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testPictureUpload()164 CompletableFuture<UUID> uploadedUuidFuture = new CompletableFuture<>(); in testPictureUploadWithAuthRefresh() local171 }, imageData, (pair) -> uploadedUuidFuture.complete(pair.first)); in testPictureUploadWithAuthRefresh()