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.java1919 final String testUrl = getTestUrl(TEST_CAPTIVE_PORTAL_HTTPS_URL); in getCaptivePortalServerHttpsUrl() local
1920 if (isValidTestUrl(testUrl)) return testUrl; in getCaptivePortalServerHttpsUrl()
2012 final String testUrl = getTestUrl(TEST_CAPTIVE_PORTAL_HTTP_URL); in getCaptivePortalServerHttpUrl() local
2013 if (isValidTestUrl(testUrl)) return testUrl; in getCaptivePortalServerHttpUrl()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java435 final String testUrl = enabled ? "https://portalapi.example.com" : null; in runCapportOptionTest() local
436 assertEquals(testUrl, dhcpResults.captivePortalApiUrl); in runCapportOptionTest()