Searched refs:isCaptivePortal (Results 1 – 6 of 6) sorted by relevance
481 int httpResponseCode = isCaptivePortal(); in processMessage()653 private int isCaptivePortal() { in isCaptivePortal() method in NetworkMonitor751 private void sendNetworkConditionsBroadcast(boolean responseReceived, boolean isCaptivePortal, in sendNetworkConditionsBroadcast() argument820 latencyBroadcast.putExtra(EXTRA_IS_CAPTIVE_PORTAL, isCaptivePortal); in sendNetworkConditionsBroadcast()
112 public void captivePortalCheckCompleted(boolean isCaptivePortal) { in captivePortalCheckCompleted() argument
462 public void captivePortalCheckCompleted(boolean isCaptivePortal) { in captivePortalCheckCompleted() argument463 if (mIsCaptivePortal.getAndSet(isCaptivePortal) != isCaptivePortal) { in captivePortalCheckCompleted()466 isCaptivePortal ? DctConstants.ENABLED : DctConstants.DISABLED); in captivePortalCheckCompleted()
121 void captivePortalCheckCompleted(in NetworkInfo info, boolean isCaptivePortal); in captivePortalCheckCompleted() argument
1887 public void captivePortalCheckCompleted(NetworkInfo info, boolean isCaptivePortal) { in captivePortalCheckCompleted() argument1889 mService.captivePortalCheckCompleted(info, isCaptivePortal); in captivePortalCheckCompleted()
1584 public void captivePortalCheckCompleted(NetworkInfo info, boolean isCaptivePortal) { in captivePortalCheckCompleted() argument1586 if (DBG) log("captivePortalCheckCompleted: ni=" + info + " captive=" + isCaptivePortal); in captivePortalCheckCompleted()