Home
last modified time | relevance | path

Searched refs:CAPTIVE_PORTAL_HTTPS_URL (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/src/android/net/util/
DNetworkStackUtils.java87 public static final String CAPTIVE_PORTAL_HTTPS_URL = "captive_portal_https_url"; field in NetworkStackUtils
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java61 import static android.net.util.NetworkStackUtils.CAPTIVE_PORTAL_HTTPS_URL;
1923 R.string.config_captive_portal_https_url, CAPTIVE_PORTAL_HTTPS_URL, in getCaptivePortalServerHttpsUrl()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java453 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTPS_URL), any())) in setUp()