Home
last modified time | relevance | path

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

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCaptivePortalLoginActivity.java208 if (TextUtils.isEmpty(url)) url = mCm.getCaptivePortalServerUrl(); in getUrlForCaptivePortal()
245 new URL(mCm.getCaptivePortalServerUrl())); in testForCaptivePortal()
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl183 String getCaptivePortalServerUrl(); in getCaptivePortalServerUrl() method
DConnectivityManager.java1129 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityManager
1131 return mService.getCaptivePortalServerUrl(); in getCaptivePortalServerUrl()
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java277 url = mCm.getCaptivePortalServerUrl(); in getUrl()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java938 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityServiceMock
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java3117 String url = mCm.getCaptivePortalServerUrl(); in testGetCaptivePortalServerUrl()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5486 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityService
/frameworks/base/config/
Dboot-image-profile.txt27126 HSPLandroid/net/IConnectivityManager;->getCaptivePortalServerUrl()Ljava/lang/String;
/frameworks/base/api/
Dsystem-current.txt27689 method public java.lang.String getCaptivePortalServerUrl();