Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/callcomposer/
DPictureManagerTest.java134 testGbaCredLookup(credSupplierCaptor.getValue(), false); in testPictureUpload()
193 testGbaCredLookup(credSupplierCaptor.getValue(), true); in testPictureUploadWithAuthRefresh()
222 testGbaCredLookup(credSupplierCaptor.getValue(), false); in testPictureDownload()
269 testGbaCredLookup(credSupplierCaptor.getValue(), true); in testPictureDownloadWithAuthRefresh()
273 public void testGbaCredLookup(GbaCredentialsSupplier supplier, boolean forceExpected) in testGbaCredLookup() method in PictureManagerTest