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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java3228 public HashSet<Integer> makeChannelList(WifiConfiguration config, int age, boolean restrict) { argument
3266 if (((now_ms - result.seen) < age)/*||(!restrict || result.is24GHz())*/) {
3291 if (((now_ms - result.seen) < age)/*||(!restrict || result.is24GHz())*/) {

Completed in 42 milliseconds