Searched refs:captivePortalCheckComplete (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkStateTracker.java149 public void captivePortalCheckComplete(); method in interface:NetworkStateTracker
H A DBaseNetworkStateTracker.java111 public void captivePortalCheckComplete() { method in class:BaseNetworkStateTracker
H A DDummyDataStateTracker.java120 public void captivePortalCheckComplete() { method in class:DummyDataStateTracker
H A DIConnectivityManager.aidl132 void captivePortalCheckComplete(in NetworkInfo info);
H A DConnectivityManager.java1345 public void captivePortalCheckComplete(NetworkInfo info) { method in class:ConnectivityManager
1347 mService.captivePortalCheckComplete(info);
H A DEthernetDataTracker.java273 public void captivePortalCheckComplete() { method in class:EthernetDataTracker
H A DCaptivePortalTracker.java326 mConnService.captivePortalCheckComplete(info);
H A DMobileDataStateTracker.java463 public void captivePortalCheckComplete() { method in class:MobileDataStateTracker
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl114 void captivePortalCheckComplete();
H A DWifiStateTracker.java122 public void captivePortalCheckComplete() { method in class:WifiStateTracker
123 mWifiManager.captivePortalCheckComplete();
H A DWifiManager.java2167 public void captivePortalCheckComplete() { method in class:WifiManager
2169 mService.captivePortalCheckComplete();
H A DWifiStateMachine.java1350 public void captivePortalCheckComplete() { method in class:WifiStateMachine
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java146 public void captivePortalCheckComplete() { method in class:BluetoothTetheringDataTracker
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiService.java987 public void captivePortalCheckComplete() { method in class:WifiService
989 mWifiStateMachine.captivePortalCheckComplete();
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2408 if (DBG) log("handleCaptivePortalTrackerCheck: call captivePortalCheckComplete ni=" + info);
2409 thisNet.captivePortalCheckComplete();
2414 public void captivePortalCheckComplete(NetworkInfo info) { method in class:ConnectivityService
2416 if (DBG) log("captivePortalCheckComplete: ni=" + info);
2417 mNetTrackers[info.getType()].captivePortalCheckComplete();

Completed in 3765 milliseconds