Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DKnownBandsChannelHelperTest.java284 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in empty() local
305 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in clear() local
325 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addBand() local
345 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_single() local
366 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_multiple() local
387 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_sameBand() local
408 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_withDifferentBandChannel() local
429 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_all() local
451 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_exceedMaxChannels() local
466 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_exceedMaxChannelsOnMultipleBands() local
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java140 public void addChannels(WifiNative.BucketSettings bucketSettings) { in addChannels()
254 public static String toString(WifiNative.BucketSettings bucketSettings) { in toString()
DKnownBandsChannelHelper.java247 public void fillBucketSettings(WifiNative.BucketSettings bucketSettings, int maxChannels) { in fillBucketSettings()
DWificondScannerImpl.java168 WifiNative.BucketSettings bucketSettings = settings.buckets[i]; in startSingleScan() local
DBackgroundScanScheduler.java234 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in createBucketSettings() local
DWifiScanningServiceImpl.java943 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in tryToStartNewScan() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java3286 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in startBgScan() local