Searched refs:thresholdUnblacklistThreshold5Soft (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiAutoJoinController.java1454 if (config.visibility.rssi5 < mWifiConfigStore.thresholdUnblacklistThreshold5Soft
H A DWifiConfigStore.java372 public int thresholdUnblacklistThreshold5Soft field in class:WifiConfigStore
2289 thresholdUnblacklistThreshold5Soft = Integer.parseInt(st);
2290 Log.d(TAG,"readAutoJoinConfig: thresholdUnblacklistThreshold5Soft = "
2291 + Integer.toString(thresholdUnblacklistThreshold5Soft));

Completed in 33 milliseconds