Searched defs:thresholdBadRssi5 (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java416 public final AtomicInteger thresholdBadRssi5 = new AtomicInteger(WifiConfiguration.BAD_RSSI_5); field in class:WifiConfigStore
549 sKeyMap.put(THRESHOLD_BAD_RSSI_5_KEY, thresholdBadRssi5);
621 thresholdBadRssi5.set(mContext.getResources().getInteger(

Completed in 64 milliseconds