Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
H A 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 …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
H A DChannelHelper.java171 public void addChannels(WifiNative.BucketSettings bucketSettings) { in addChannels()
285 public static String toString(WifiNative.BucketSettings bucketSettings) { in toString()
H A DKnownBandsChannelHelper.java419 public void fillBucketSettings(WifiNative.BucketSettings bucketSettings, int maxChannels) { in fillBucketSettings()
H A DWificondScannerImpl.java165 WifiNative.BucketSettings bucketSettings = settings.buckets[i]; in startSingleScan() local
H A DBackgroundScanScheduler.java234 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in createBucketSettings() local
H A DWifiScanningServiceImpl.java1259 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in tryToStartNewScan() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java3978 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in startBgScan() local