Searched refs:FAKE_URL (Results 1 – 1 of 1) sorted by relevance
58 private static final String FAKE_URL = "https://www.example.com/AAAAA"; field in PictureManagerTest137 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()