Searched refs:captivePortalCheckComplete (Results 1 - 15 of 15) sorted by last modified time

/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl110 void captivePortalCheckComplete();
H A DWifiManager.java1978 public void captivePortalCheckComplete() { method in class:WifiManager
1980 mService.captivePortalCheckComplete();
H A DWifiStateMachine.java878 public void captivePortalCheckComplete() { method in class:WifiStateMachine
H A DWifiStateTracker.java118 public void captivePortalCheckComplete() { method in class:WifiStateTracker
119 mWifiManager.captivePortalCheckComplete();
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2090 thisNet.captivePortalCheckComplete();
2094 public void captivePortalCheckComplete(NetworkInfo info) { method in class:ConnectivityService
2095 mNetTrackers[info.getType()].captivePortalCheckComplete();
H A DWifiService.java947 public void captivePortalCheckComplete() { method in class:WifiService
949 mWifiStateMachine.captivePortalCheckComplete();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java139 public void captivePortalCheckComplete() { method in class:BluetoothTetheringDataTracker
/frameworks/base/core/java/android/net/
H A DBaseNetworkStateTracker.java99 public void captivePortalCheckComplete() { method in class:BaseNetworkStateTracker
H A DCaptivePortalTracker.java259 mConnService.captivePortalCheckComplete(info);
H A DConnectivityManager.java936 public void captivePortalCheckComplete(NetworkInfo info) { method in class:ConnectivityManager
938 mService.captivePortalCheckComplete(info);
H A DDummyDataStateTracker.java122 public void captivePortalCheckComplete() { method in class:DummyDataStateTracker
H A DEthernetDataTracker.java278 public void captivePortalCheckComplete() { method in class:EthernetDataTracker
H A DIConnectivityManager.aidl128 void captivePortalCheckComplete(in NetworkInfo info);
H A DMobileDataStateTracker.java385 public void captivePortalCheckComplete() { method in class:MobileDataStateTracker
H A DNetworkStateTracker.java128 public void captivePortalCheckComplete(); method in interface:NetworkStateTracker

Completed in 117 milliseconds