Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java691 private static String getCaptivePortalServerUrl(Context context, boolean isHttps) { in getCaptivePortalServerUrl() method in NetworkMonitor
698 public static String getCaptivePortalServerUrl(Context context) { in getCaptivePortalServerUrl() method in NetworkMonitor
699 return getCaptivePortalServerUrl(context, false); in getCaptivePortalServerUrl()
737 httpUrl = new URL(getCaptivePortalServerUrl(mContext, false)); in isCaptivePortal()
738 httpsUrl = new URL(getCaptivePortalServerUrl(mContext, true)); in isCaptivePortal()
740 validationLog("Bad validation URL: " + getCaptivePortalServerUrl(mContext, false)); in isCaptivePortal()
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl176 String getCaptivePortalServerUrl(); in getCaptivePortalServerUrl() method
DConnectivityManager.java1064 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityManager
1066 return mService.getCaptivePortalServerUrl(); in getCaptivePortalServerUrl()
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java76 if (url == null) url = mCm.getCaptivePortalServerUrl(); in onCreate()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java993 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityServiceMock
/frameworks/base/services/tests/servicestests/src/com/android/server/
DConnectivityServiceTest.java1690 String url = mCm.getCaptivePortalServerUrl(); in testGetCaptivePortalServerUrl()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5146 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityService
5147 return NetworkMonitor.getCaptivePortalServerUrl(mContext); in getCaptivePortalServerUrl()
/frameworks/base/api/
Dsystem-current.txt25144 method public java.lang.String getCaptivePortalServerUrl();