Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/util/
DNetworkStackUtils.java93 public static final String CAPTIVE_PORTAL_HTTP_URL = "captive_portal_http_url"; field in NetworkStackUtils
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java451 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any())) in setUp()
847 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any())) in testGetHttpProbeUrl()
856 when(mDependencies.getSetting(any(), eq(Settings.Global.CAPTIVE_PORTAL_HTTP_URL), any())) in testGetHttpProbeUrl()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java62 import static android.net.util.NetworkStackUtils.CAPTIVE_PORTAL_HTTP_URL;
2016 R.string.config_captive_portal_http_url, CAPTIVE_PORTAL_HTTP_URL, in getCaptivePortalServerHttpUrl()