Searched refs:authRequiredImage (Results 1 – 1 of 1) sorted by relevance
172 CompletableFuture<ImageData> authRequiredImage = getConnectionFuture in downloadPicture() local203 CompletableFuture.allOf(immediatelyDownloadableImage, authRequiredImage).thenRun(() -> { in downloadPicture()205 ImageData fromAuth = authRequiredImage.getNow(null); in downloadPicture()