Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/callcomposer/
DPictureManagerTest.java58 private static final String FAKE_URL = "https://www.example.com/AAAAA"; field in PictureManagerTest
137 callbackCaptor.getValue().onUploadSuccessful(FAKE_URL); in testPictureUpload()
140 assertEquals(FAKE_URL, manager.getServerUrlForImageId(id)); in testPictureUpload()
210 }, FAKE_URL, (p) -> callLogUriFuture.complete(p.first)); in testPictureDownload()
249 }, FAKE_URL, (p) -> callLogUriFuture.complete(p.first)); in testPictureDownloadWithAuthRefresh()