Searched refs:GbaCredentialsSupplier (Results 1 – 4 of 4) sorted by relevance
121 ArgumentCaptor<GbaCredentialsSupplier> credSupplierCaptor = in testPictureUpload()122 ArgumentCaptor.forClass(GbaCredentialsSupplier.class); in testPictureUpload()180 nullable(GbaCredentialsSupplier.class)); in testPictureUploadWithAuthRefresh()188 ArgumentCaptor<GbaCredentialsSupplier> credSupplierCaptor = in testPictureUploadWithAuthRefresh()189 ArgumentCaptor.forClass(GbaCredentialsSupplier.class); in testPictureUploadWithAuthRefresh()218 ArgumentCaptor<GbaCredentialsSupplier> credSupplierCaptor = in testPictureDownload()219 ArgumentCaptor.forClass(GbaCredentialsSupplier.class); in testPictureDownload()257 verify(mockPictureTransfer).downloadPicture(nullable(GbaCredentialsSupplier.class)); in testPictureDownloadWithAuthRefresh()265 ArgumentCaptor<GbaCredentialsSupplier> credSupplierCaptor = in testPictureDownloadWithAuthRefresh()266 ArgumentCaptor.forClass(GbaCredentialsSupplier.class); in testPictureDownloadWithAuthRefresh()[all …]
22 public interface GbaCredentialsSupplier { interface
160 GbaCredentialsSupplier supplier = in handleUploadToServer()211 GbaCredentialsSupplier supplier = in handleDownloadFromServer()
120 GbaCredentialsSupplier credentialsSupplier) { in uploadPicture()153 public void downloadPicture(GbaCredentialsSupplier credentialsSupplier) { in downloadPicture()