Searched refs:captivePortalCheckCompleted (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkStateTracker.java154 public void captivePortalCheckCompleted(boolean isCaptive); method in interface:NetworkStateTracker
H A DBaseNetworkStateTracker.java116 public void captivePortalCheckCompleted(boolean isCaptivePortal) { method in class:BaseNetworkStateTracker
H A DDummyDataStateTracker.java125 public void captivePortalCheckCompleted(boolean isCaptivePortal) { method in class:DummyDataStateTracker
H A DIConnectivityManager.aidl134 void captivePortalCheckCompleted(in NetworkInfo info, boolean isCaptivePortal);
H A DConnectivityManager.java1364 public void captivePortalCheckCompleted(NetworkInfo info, boolean isCaptivePortal) { method in class:ConnectivityManager
1366 mService.captivePortalCheckCompleted(info, isCaptivePortal);
H A DEthernetDataTracker.java278 public void captivePortalCheckCompleted(boolean isCaptivePortal) { method in class:EthernetDataTracker
H A DCaptivePortalTracker.java339 mConnService.captivePortalCheckCompleted(info, isCaptivePortal);
H A DMobileDataStateTracker.java468 public void captivePortalCheckCompleted(boolean isCaptivePortal) { method in class:MobileDataStateTracker
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java127 public void captivePortalCheckCompleted(boolean isCaptivePortal) { method in class:WifiStateTracker
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java151 public void captivePortalCheckCompleted(boolean isCaptivePortal) { method in class:BluetoothTetheringDataTracker
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2422 public void captivePortalCheckCompleted(NetworkInfo info, boolean isCaptivePortal) { method in class:ConnectivityService
2424 if (DBG) log("captivePortalCheckCompleted: ni=" + info + " captive=" + isCaptivePortal);
2425 mNetTrackers[info.getType()].captivePortalCheckCompleted(isCaptivePortal);

Completed in 72 milliseconds