Searched refs:isCaptivePortal (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
H A DBaseNetworkStateTracker.java112 public void captivePortalCheckCompleted(boolean isCaptivePortal) { argument
H A DIConnectivityManager.aidl124 void captivePortalCheckCompleted(in NetworkInfo info, boolean isCaptivePortal);
H A DMobileDataStateTracker.java462 public void captivePortalCheckCompleted(boolean isCaptivePortal) { argument
463 if (mIsCaptivePortal.getAndSet(isCaptivePortal) != isCaptivePortal) {
466 isCaptivePortal ? DctConstants.ENABLED : DctConstants.DISABLED);
H A DConnectivityManager.java1856 * @param isCaptivePortal true/false.
1862 public void captivePortalCheckCompleted(NetworkInfo info, boolean isCaptivePortal) { argument
1864 mService.captivePortalCheckCompleted(info, isCaptivePortal);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java377 int httpResponseCode = isCaptivePortal();
584 private int isCaptivePortal() { method in class:NetworkMonitor
611 log("isCaptivePortal: ret=" + httpResponseCode +
647 * If false, isCaptivePortal and responseTimestampMs are ignored
652 private void sendNetworkConditionsBroadcast(boolean responseReceived, boolean isCaptivePortal, argument
721 latencyBroadcast.putExtra(EXTRA_IS_CAPTIVE_PORTAL, isCaptivePortal);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1511 public void captivePortalCheckCompleted(NetworkInfo info, boolean isCaptivePortal) { argument
1513 if (DBG) log("captivePortalCheckCompleted: ni=" + info + " captive=" + isCaptivePortal);
1514 // mNetTrackers[info.getType()].captivePortalCheckCompleted(isCaptivePortal);

Completed in 148 milliseconds