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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java227 public final AtomicInteger mMaxNumActiveChannelsForPartialScans = new AtomicInteger(); field in class:WifiConfigManager
351 mMaxNumActiveChannelsForPartialScans.set(mContext.getResources().getInteger(
2409 + " max=" + mMaxNumActiveChannelsForPartialScans);
2424 if (numChannels > mMaxNumActiveChannelsForPartialScans.get()) {
2456 if (numChannels > mMaxNumActiveChannelsForPartialScans.get()) {

Completed in 36 milliseconds