Home
last modified time | relevance | path

Searched defs:bucketSettings (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DKnownBandsChannelHelperTest.java358 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in empty() local
380 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in clear() local
401 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addBand() local
422 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_single() local
444 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_multiple() local
466 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_sameBand() local
488 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_withDifferentBandChannel() local
510 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_all() local
534 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_exceedMaxChannels() local
549 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_exceedMaxChannelsOnMultipleBands() local
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java171 public void addChannels(WifiNative.BucketSettings bucketSettings) { in addChannels()
285 public static String toString(WifiNative.BucketSettings bucketSettings) { in toString()
DKnownBandsChannelHelper.java419 public void fillBucketSettings(WifiNative.BucketSettings bucketSettings, int maxChannels) { in fillBucketSettings()
DWificondScannerImpl.java165 WifiNative.BucketSettings bucketSettings = settings.buckets[i]; in startSingleScan() local
DBackgroundScanScheduler.java234 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in createBucketSettings() local
DWifiScanningServiceImpl.java1259 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in tryToStartNewScan() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java3978 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in startBgScan() local