Searched refs:mMaxNumActiveChannelsForPartialScans (Results 1 – 1 of 1) sorted by relevance
227 public final AtomicInteger mMaxNumActiveChannelsForPartialScans = new AtomicInteger(); field in WifiConfigManager351 mMaxNumActiveChannelsForPartialScans.set(mContext.getResources().getInteger( in WifiConfigManager()2409 + " max=" + mMaxNumActiveChannelsForPartialScans); in makeChannelList()2424 if (numChannels > mMaxNumActiveChannelsForPartialScans.get()) { in makeChannelList()2456 if (numChannels > mMaxNumActiveChannelsForPartialScans.get()) { in makeChannelList()