Searched defs:getCaptivePortalServerUrl (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java691 private static String getCaptivePortalServerUrl(Context context, boolean isHttps) { method in class:NetworkMonitor
698 public static String getCaptivePortalServerUrl(Context context) { method in class:NetworkMonitor
699 return getCaptivePortalServerUrl(context, false);
737 httpUrl = new URL(getCaptivePortalServerUrl(mContext, false));
738 httpsUrl = new URL(getCaptivePortalServerUrl(mContext, true));
740 validationLog("Bad validation URL: " + getCaptivePortalServerUrl(mContext, false));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java993 public String getCaptivePortalServerUrl() { method in class:ConnectivityServiceMock
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java1064 public String getCaptivePortalServerUrl() { method in class:ConnectivityManager
1066 return mService.getCaptivePortalServerUrl();
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java5146 public String getCaptivePortalServerUrl() { method in class:ConnectivityService
5147 return NetworkMonitor.getCaptivePortalServerUrl(mContext);

Completed in 26 milliseconds