Home
last modified time | relevance | path

Searched refs:getCaptivePortalServerUrl (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DIConnectivityManager.aidl202 String getCaptivePortalServerUrl(); in getCaptivePortalServerUrl() method
DConnectivityManager.java2052 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityManager
2054 return mService.getCaptivePortalServerUrl(); in getCaptivePortalServerUrl()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java637 url = mCm.getCaptivePortalServerUrl(); in getUrl()
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt51 …Permission(android.Manifest.permission.NETWORK_SETTINGS) public String getCaptivePortalServerUrl();
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt183 Landroid/net/IConnectivityManager$Stub$Proxy;->getCaptivePortalServerUrl()Ljava/lang/String;
330 Landroid/net/IConnectivityManager;->getCaptivePortalServerUrl()Ljava/lang/String;
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java2347 final String url = runAsShell(permission, mCm::getCaptivePortalServerUrl);
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java11601 public String getCaptivePortalServerUrl() {
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java7441 String url = mCm.getCaptivePortalServerUrl();