Home
last modified time | relevance | path

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

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCaptivePortalLoginActivity.java208 if (TextUtils.isEmpty(url)) url = mCm.getCaptivePortalServerUrl(); in getUrlForCaptivePortal()
246 new URL(mCm.getCaptivePortalServerUrl())); in testForCaptivePortal()
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl210 String getCaptivePortalServerUrl(); in getCaptivePortalServerUrl() method
DConnectivityManager.java1364 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityManager
1366 return mService.getCaptivePortalServerUrl(); in getCaptivePortalServerUrl()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java6848 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityService
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4612 String url = mCm.getCaptivePortalServerUrl(); in testGetCaptivePortalServerUrl()
/frameworks/base/api/
Dsystem-current.txt4008 …ermission(android.Manifest.permission.LOCAL_MAC_ADDRESS) public String getCaptivePortalServerUrl();