Home
last modified time | relevance | path

Searched refs:apLostThreshold (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DWifiScanner.java994 public int apLostThreshold; field in WifiScanner.HotlistSettings
1003 dest.writeInt(apLostThreshold); in writeToParcel()
1024 settings.apLostThreshold = in.readInt();
1052 int apLostThreshold, BssidListener listener) { in startTrackingBssids() argument
1059 settings.apLostThreshold = apLostThreshold; in startTrackingBssids()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DSupplicantWifiScannerImpl.java754 mHotlistChangeBuffer.setSettings(settings.bssidInfos, settings.apLostThreshold, 1); in setHotlist()
890 public void setSettings(WifiScanner.BssidInfo[] bssidInfos, int apLostThreshold, in setSettings() argument
893 if (apLostThreshold <= 0) { in setSettings()
896 mApLostThreshold = apLostThreshold; in setSettings()
DWifiScanningServiceImpl.java1245 int apLostThreshold = Integer.MAX_VALUE; in resetHotlist() local
1251 if (s.apLostThreshold < apLostThreshold) { in resetHotlist()
1252 apLostThreshold = s.apLostThreshold; in resetHotlist()
1258 mergedSettings.apLostThreshold = apLostThreshold; in resetHotlist()
/frameworks/base/api/
Dsystem-current.txt26960 field public int apLostThreshold;