Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java258 private static final String TEST_HTTP_URL = "http://www.google.com/gen_204"; field in NetworkMonitorTest
473 .thenReturn(TEST_HTTP_URL); in setUp()
509 case TEST_HTTP_URL: in setUp()
871 assertEquals(TEST_HTTP_URL, wnm.getCaptivePortalServerHttpUrl()); in testGetHttpProbeUrl()
1110 doCaptivePortal200ResponseTest(TEST_HTTP_URL); in testIsCaptivePortal_HttpProbeIs200Portal()
1116 final String httpHost = new URL(TEST_HTTP_URL).getHost(); in setupPrivateIpResponse()
1605 doReturn(TEST_HTTP_URL).when(mResources)
1874 assertEquals(TEST_HTTP_URL, redirectUrl);
2419 testDismissPortalInValidatedNetworkEnabled(TEST_HTTP_URL, null /* locationUrl */);
2426 testDismissPortalInValidatedNetworkEnabled(TEST_HTTP_URL, TEST_RELATIVE_URL);
[all …]