HomeSort by relevance Sort by last modified time
    Searched refs:isCaptivePortal (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/net/
BaseNetworkStateTracker.java 112 public void captivePortalCheckCompleted(boolean isCaptivePortal) {
IConnectivityManager.aidl 124 void captivePortalCheckCompleted(in NetworkInfo info, boolean isCaptivePortal);
MobileDataStateTracker.java 462 public void captivePortalCheckCompleted(boolean isCaptivePortal) {
463 if (mIsCaptivePortal.getAndSet(isCaptivePortal) != isCaptivePortal) {
466 isCaptivePortal ? DctConstants.ENABLED : DctConstants.DISABLED);
    [all...]
ConnectivityManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 377 int httpResponseCode = isCaptivePortal();
584 private int isCaptivePortal() {
611 log("isCaptivePortal: ret=" + httpResponseCode +
647 * If false, isCaptivePortal and responseTimestampMs are ignored
652 private void sendNetworkConditionsBroadcast(boolean responseReceived, boolean isCaptivePortal,
721 latencyBroadcast.putExtra(EXTRA_IS_CAPTIVE_PORTAL, isCaptivePortal);
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 430 milliseconds