Searched refs:testUrl (Results 1 – 2 of 2) sorted by relevance
1919 final String testUrl = getTestUrl(TEST_CAPTIVE_PORTAL_HTTPS_URL); in getCaptivePortalServerHttpsUrl() local1920 if (isValidTestUrl(testUrl)) return testUrl; in getCaptivePortalServerHttpsUrl()2012 final String testUrl = getTestUrl(TEST_CAPTIVE_PORTAL_HTTP_URL); in getCaptivePortalServerHttpUrl() local2013 if (isValidTestUrl(testUrl)) return testUrl; in getCaptivePortalServerHttpUrl()
435 final String testUrl = enabled ? "https://portalapi.example.com" : null; in runCapportOptionTest() local436 assertEquals(testUrl, dhcpResults.captivePortalApiUrl); in runCapportOptionTest()