Home
last modified time | relevance | path

Searched refs:ChannelCollection (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DBackgroundScanScheduler.java31 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
134 private final ChannelCollection mChannelCollection;
189 public ChannelCollection getChannelCollection() { in getChannelCollection()
613 ChannelCollection targetBucketChannelCol) { in createSplitSettings()
646 ChannelCollection targetBucketChannelCol = targetBucket.getChannelCollection(); in mergeSettingsToLowerBuckets()
795 ChannelCollection splitBucketChannelCollection = splitBucket.getChannelCollection(); in createSplitBuckets()
818 ChannelCollection channelCollection = originalBucket.getChannelCollection(); in fixBuckets()
DWificondScannerImpl.java33 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
164 ChannelCollection allFreqs = mChannelHelper.createChannelCollection(); in startSingleScan()
352 private static int getBandScanned(ChannelCollection channelCollection) { in getBandScanned()
507 ChannelCollection singleScanFreqs, in LastScanSettings()
517 public ChannelCollection singleScanFreqs;
DChannelHelper.java45 public abstract ChannelCollection createChannelCollection(); in createChannelCollection()
77 public abstract class ChannelCollection { class in ChannelHelper
DKnownBandsChannelHelper.java137 public class KnownBandsChannelCollection extends ChannelCollection {
DWifiScanningServiceImpl.java60 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
886 ChannelCollection activeChannels = mChannelHelper.createChannelCollection(); in activeScanSatisfies()
948 ChannelCollection channels = mChannelHelper.createChannelCollection(); in tryToStartNewScan()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWificondScannerTest.java34 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
73 ChannelCollection channelCollection = mock(ChannelCollection.class); in singleScanNotIssuedIfNoAvailableChannels()
DChannelHelperTest.java121 ChannelHelper.ChannelCollection mChannelCollection;
130 mChannelCollection = mock(ChannelHelper.ChannelCollection.class); in setUp()
DWificondPnoScannerTest.java40 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
190 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
DBaseWifiScannerImplTest.java44 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
97 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
103 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandAndChannelScanFreqs()
DKnownBandsChannelHelperTest.java264 ChannelHelper.ChannelCollection mChannelCollection;