Searched refs:getCaptivePortalServerUrl (Results 1 – 8 of 8) sorted by relevance
691 private static String getCaptivePortalServerUrl(Context context, boolean isHttps) { in getCaptivePortalServerUrl() method in NetworkMonitor698 public static String getCaptivePortalServerUrl(Context context) { in getCaptivePortalServerUrl() method in NetworkMonitor699 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()
176 String getCaptivePortalServerUrl(); in getCaptivePortalServerUrl() method
1064 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityManager1066 return mService.getCaptivePortalServerUrl(); in getCaptivePortalServerUrl()
76 if (url == null) url = mCm.getCaptivePortalServerUrl(); in onCreate()
993 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityServiceMock
1690 String url = mCm.getCaptivePortalServerUrl(); in testGetCaptivePortalServerUrl()
5146 public String getCaptivePortalServerUrl() { in getCaptivePortalServerUrl() method in ConnectivityService5147 return NetworkMonitor.getCaptivePortalServerUrl(mContext); in getCaptivePortalServerUrl()
25144 method public java.lang.String getCaptivePortalServerUrl();