Searched refs:TEST_HTTP_URL (Results 1 – 1 of 1) sorted by relevance
248 private static final String TEST_HTTP_URL = "http://www.google.com/gen_204"; field in NetworkMonitorTest452 .thenReturn(TEST_HTTP_URL); in setUp()488 case TEST_HTTP_URL: in setUp()845 doReturn(TEST_HTTP_URL).when(mResources).getString(R.string.config_captive_portal_http_url); in testGetHttpProbeUrl()850 assertEquals(TEST_HTTP_URL, wnm.getCaptivePortalServerHttpUrl()); in testGetHttpProbeUrl()1067 final String httpHost = new URL(TEST_HTTP_URL).getHost(); in setupPrivateIpResponse()1745 assertEquals(TEST_HTTP_URL, redirectUrl);2283 testDismissPortalInValidatedNetworkEnabled(TEST_HTTP_URL, null /* locationUrl */);2290 testDismissPortalInValidatedNetworkEnabled(TEST_HTTP_URL, TEST_RELATIVE_URL);2296 testDismissPortalInValidatedNetworkEnabled(TEST_HTTP_URL, TEST_LOGIN_URL);