Searched refs:mChannelCollection (Results 1 – 3 of 3) sorted by relevance
264 ChannelHelper.ChannelCollection mChannelCollection; field in KnownBandsChannelHelperTest.KnownBandsChannelCollectionTest276 mChannelCollection = channelHelper.createChannelCollection(); in setUp()285 mChannelCollection.fillBucketSettings(bucketSettings, Integer.MAX_VALUE); in empty()289 mChannelCollection.getScanFreqs()); in empty()291 assertTrue(mChannelCollection.isEmpty()); in empty()292 assertFalse(mChannelCollection.containsChannel(2400)); in empty()293 assertFalse(mChannelCollection.containsChannel(5150)); in empty()294 assertFalse(mChannelCollection.isAllChannels()); in empty()302 mChannelCollection.addBand(WifiScanner.WIFI_BAND_24_GHZ); in clear()303 mChannelCollection.clear(); in clear()[all …]
121 ChannelHelper.ChannelCollection mChannelCollection; field in ChannelHelperTest.ChannelCollectionTest130 mChannelCollection = mock(ChannelHelper.ChannelCollection.class); in setUp()131 doCallRealMethod().when(mChannelCollection) in setUp()133 doCallRealMethod().when(mChannelCollection) in setUp()145 mChannelCollection.addChannels(testSettings); in addChannelsWifiScanner_channels()147 verify(mChannelCollection).addChannel(2400); in addChannelsWifiScanner_channels()148 verify(mChannelCollection).addChannel(5150); in addChannelsWifiScanner_channels()159 mChannelCollection.addChannels(testSettings); in addChannelsWifiScanner_band()161 verify(mChannelCollection).addBand(WifiScanner.WIFI_BAND_BOTH); in addChannelsWifiScanner_band()174 mChannelCollection.addChannels(testBucket); in addChannelsWifiNativeBucket_channels()[all …]
134 private final ChannelCollection mChannelCollection; field in BackgroundScanScheduler.Bucket140 mChannelCollection = mChannelHelper.createChannelCollection(); in Bucket()163 mChannelCollection.addChannels(scanSettings); in addSettings()183 mChannelCollection.clear(); in updateChannelCollection()185 mChannelCollection.addChannels(settings); in updateChannelCollection()190 return mChannelCollection; in getChannelCollection()240 mChannelCollection.fillBucketSettings(bucketSettings, maxChannels); in createBucketSettings()