Home
last modified time | relevance | path

Searched refs:GbaCredentialsSupplier (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/callcomposer/
DPictureManagerTest.java121 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 …]
/packages/services/Telephony/src/com/android/phone/callcomposer/
DGbaCredentialsSupplier.java22 public interface GbaCredentialsSupplier { interface
DCallComposerPictureManager.java160 GbaCredentialsSupplier supplier = in handleUploadToServer()
211 GbaCredentialsSupplier supplier = in handleDownloadFromServer()
DCallComposerPictureTransfer.java120 GbaCredentialsSupplier credentialsSupplier) { in uploadPicture()
153 public void downloadPicture(GbaCredentialsSupplier credentialsSupplier) { in downloadPicture()