Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java500 final String expectedUrl = server.makeUrl(downloadQuery); in testDownload() local
501 assertEquals(expectedUrl, dlIntent.getStringExtra(DownloadService.ARG_URL)); in testDownload()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTest.java1960 final Uri expectedUrl = featureEnabled && serverSendsOption
1972 lp -> Objects.equals(expectedUrl, lp.getCaptivePortalApiUrl())));
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java2299 private void testDismissPortalInValidatedNetworkEnabled(String expectedUrl, String locationUrl)
2329 assertEquals(expectedUrl, redirectUrl);