Home
last modified time | relevance | path

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

/packages/modules/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.java35 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
167 ChannelCollection allFreqs = mChannelHelper.createChannelCollection(); in startSingleScan()
382 private static int getScannedBandsInternal(ChannelCollection channelCollection) { in getScannedBandsInternal()
546 ChannelCollection singleScanFreqs, in LastScanSettings()
556 public ChannelCollection singleScanFreqs;
DChannelHelper.java49 public abstract ChannelCollection createChannelCollection(); in createChannelCollection()
99 public abstract class ChannelCollection { class in ChannelHelper
DKnownBandsChannelHelper.java316 public class KnownBandsChannelCollection extends ChannelCollection {
DWifiScanningServiceImpl.java77 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
1459 ChannelCollection activeChannels = mChannelHelper.createChannelCollection(); in activeScanSatisfies()
1513 ChannelCollection channels = mChannelHelper.createChannelCollection(); in tryToStartNewScan()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DChannelHelperTest.java124 ChannelHelper.ChannelCollection mChannelCollection;
133 mChannelCollection = mock(ChannelHelper.ChannelCollection.class); in setUp()
DWificondScannerTest.java38 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
88 ChannelCollection channelCollection = mock(ChannelCollection.class); in singleScanNotIssuedIfNoAvailableChannels()
DWificondPnoScannerTest.java41 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
218 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
DBaseWifiScannerImplTest.java46 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
99 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
105 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandAndChannelScanFreqs()
DKnownBandsChannelHelperTest.java336 ChannelHelper.ChannelCollection mChannelCollection;
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java33 import com.android.server.wifi.scanner.ChannelHelper.ChannelCollection;
166 int period, int reportEvents, ChannelCollection channelCollection) { in addBucketWithChannelCollection()
240 ChannelCollection channelCollection = channelHelper.createChannelCollection(); in computeSingleScanNativeSettingsWithChannelHelper()