Searched refs:TEST_HTTP_URL (Results 1 – 7 of 7) sorted by relevance
118 url = support.TEST_HTTP_URL208 url = support.TEST_HTTP_URL298 url = support.TEST_HTTP_URL306 url = support.TEST_HTTP_URL318 url = support.TEST_HTTP_URL329 url = support.TEST_HTTP_URL
31 domain = urllib.parse.urlparse(support.TEST_HTTP_URL).netloc33 f = urllib.request.urlopen(support.TEST_HTTP_URL)
851 urllib.request.urlretrieve(support.TEST_HTTP_URL,870 urllib.request.urlretrieve(support.TEST_HTTP_URL)
289 private static final String TEST_HTTP_URL = "http://www.google.com/gen_204"; field in NetworkMonitorTest392 doReturn(TEST_HTTP_URL).when(mDependencies) in setUp()444 case TEST_HTTP_URL: in setUp()881 doReturn(TEST_HTTP_URL).when(mResources).getString(R.string.config_captive_portal_http_url); in testGetHttpProbeUrl()887 assertEquals(TEST_HTTP_URL, wnm.getCaptivePortalServerHttpUrl(mContext)); in testGetHttpProbeUrl()1174 doCaptivePortal200ResponseTest(TEST_HTTP_URL); in testIsCaptivePortal_HttpProbeIs200Portal()1180 final String httpHost = new URL(TEST_HTTP_URL).getHost(); in setupPrivateIpResponse()1707 doReturn(TEST_HTTP_URL).when(mResources) in testIsCaptivePortal_TestUrlsWithUrlOverlays()3114 testDismissPortalInValidatedNetworkEnabled(TEST_HTTP_URL, null /* locationUrl */); in testDismissPortalInValidatedNetworkEnabledOsSupported_NullLocationUrl()3120 testDismissPortalInValidatedNetworkEnabled(TEST_HTTP_URL, TEST_RELATIVE_URL); in testDismissPortalInValidatedNetworkEnabledOsSupported_InvalidLocationUrl()
405 Add test.support.TEST_HTTP_URL and replace references of
557 TEST_HTTP_URL = "http://www.pythontest.net" variable
377 .. data:: TEST_HTTP_URL