Home
last modified time | relevance | path

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

/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/downloader/
DTestModelDownloaderService.java52 private static String expectedUrl = null; field in TestModelDownloaderService
78 TestModelDownloaderService.expectedUrl = url; in setDownloadResult()
119 if (expectedUrl == null || !expectedUrl.equals(url)) { in download()
/external/robolectric/robolectric/src/test/java/org/robolectric/
DManifestFactoryTest.java80 URL expectedUrl = getClass().getClassLoader().getResource("TestAndroidManifest.xml"); in whenConfigSpecified_overridesValuesFromFile() local
81 assertThat(manifestIdentifier.getManifestFile()).isEqualTo(Fs.fromUrl(expectedUrl)); in whenConfigSpecified_overridesValuesFromFile()
/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
DBidirectionalStreamTest.java97 private static void checkResponseInfo(UrlResponseInfo responseInfo, String expectedUrl, in checkResponseInfo() argument
99 assertEquals(expectedUrl, responseInfo.getUrl()); in checkResponseInfo()
101 expectedUrl, responseInfo.getUrlChain().get(responseInfo.getUrlChain().size() - 1)); in checkResponseInfo()
DCronetUrlRequestTest.java118 private void checkResponseInfo(UrlResponseInfo responseInfo, String expectedUrl, in checkResponseInfo() argument
120 assertEquals(expectedUrl, responseInfo.getUrl()); in checkResponseInfo()
122 expectedUrl, responseInfo.getUrlChain().get(responseInfo.getUrlChain().size() - 1)); in checkResponseInfo()