Searched refs:downloadPicture (Results 1 – 3 of 3) sorted by relevance
220 verify(mockPictureTransfer).downloadPicture(credSupplierCaptor.capture()); in testPictureDownload()257 verify(mockPictureTransfer).downloadPicture(nullable(GbaCredentialsSupplier.class)); in testPictureDownloadWithAuthRefresh()267 verify(mockPictureTransfer, times(2)).downloadPicture(credSupplierCaptor.capture()); in testPictureDownloadWithAuthRefresh()
215 sExecutorService.schedule(() -> transfer.downloadPicture(supplier), in handleDownloadFromServer()243 transfer.downloadPicture(((realm, executor) -> in handleDownloadFromServer()
153 public void downloadPicture(GbaCredentialsSupplier credentialsSupplier) { in downloadPicture() method in CallComposerPictureTransfer