Home
last modified time | relevance | path

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

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCaptivePortalLoginActivity.java207 if (TextUtils.isEmpty(url)) url = mCm.getCaptivePortalServerUrl(); in getUrlForCaptivePortal()
245 new URL(mCm.getCaptivePortalServerUrl())); in testForCaptivePortal()
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl220 String getCaptivePortalServerUrl(); in getCaptivePortalServerUrl() method
DConnectivityManager.java1409 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityManager
1411 return mService.getCaptivePortalServerUrl(); in getCaptivePortalServerUrl()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java7475 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityService
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4475 String url = mCm.getCaptivePortalServerUrl(); in testGetCaptivePortalServerUrl()
/frameworks/base/api/
Dsystem-current.txt4336 …Permission(android.Manifest.permission.NETWORK_SETTINGS) public String getCaptivePortalServerUrl();
/frameworks/base/non-updatable-api/
Dsystem-current.txt4336 …Permission(android.Manifest.permission.NETWORK_SETTINGS) public String getCaptivePortalServerUrl();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt42840 Landroid/net/IConnectivityManager$Stub$Proxy;->getCaptivePortalServerUrl()Ljava/lang/String;
42987 Landroid/net/IConnectivityManager;->getCaptivePortalServerUrl()Ljava/lang/String;