Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2123 final URL testUrl = getTestUrl(TEST_CAPTIVE_PORTAL_HTTPS_URL); in makeCaptivePortalHttpsUrls() local
2124 if (testUrl != null) return new URL[] { testUrl }; in makeCaptivePortalHttpsUrls()
2144 final URL testUrl = getTestUrl(TEST_CAPTIVE_PORTAL_HTTP_URL); in makeCaptivePortalHttpUrls() local
2145 if (testUrl != null) return new URL[] { testUrl }; in makeCaptivePortalHttpUrls()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java442 final String testUrl = enabled ? "https://portalapi.example.com" : null; in runCapportOptionTest() local
443 assertEquals(testUrl, dhcpResults.captivePortalApiUrl); in runCapportOptionTest()