Searched refs:testUrl (Results 1 – 2 of 2) sorted by relevance
2123 final URL testUrl = getTestUrl(TEST_CAPTIVE_PORTAL_HTTPS_URL); in makeCaptivePortalHttpsUrls() local2124 if (testUrl != null) return new URL[] { testUrl }; in makeCaptivePortalHttpsUrls()2144 final URL testUrl = getTestUrl(TEST_CAPTIVE_PORTAL_HTTP_URL); in makeCaptivePortalHttpUrls() local2145 if (testUrl != null) return new URL[] { testUrl }; in makeCaptivePortalHttpUrls()
442 final String testUrl = enabled ? "https://portalapi.example.com" : null; in runCapportOptionTest() local443 assertEquals(testUrl, dhcpResults.captivePortalApiUrl); in runCapportOptionTest()