Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DNoBandChannelHelperTest.java219 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in empty() local
238 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in clear() local
256 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addBand() local
274 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_single() local
294 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_multiple() local
314 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_sameBand() local
333 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_withDifferentBandChannel() local
352 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_all() local
373 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_exceedMaxChannels() local
387 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_exceedMaxChannelsOnMultipleBands() local
DKnownBandsChannelHelperTest.java283 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in empty() local
303 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in clear() local
322 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addBand() local
341 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_single() local
361 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_multiple() local
381 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_sameBand() local
401 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_withDifferentBandChannel() local
421 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_and_addBand_all() local
442 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_exceedMaxChannels() local
456 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in addChannel_exceedMaxChannelsOnMultipleBands() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java136 public void addChannels(WifiNative.BucketSettings bucketSettings) { in addChannels()
250 public static String toString(WifiNative.BucketSettings bucketSettings) { in toString()
DNoBandChannelHelper.java146 public void fillBucketSettings(WifiNative.BucketSettings bucketSettings, int maxChannels) { in fillBucketSettings()
DKnownBandsChannelHelper.java241 public void fillBucketSettings(WifiNative.BucketSettings bucketSettings, int maxChannels) { in fillBucketSettings()
DBackgroundScanScheduler.java235 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in createBucketSettings() local
DSupplicantWifiScannerImpl.java409 WifiNative.BucketSettings bucketSettings = in processPendingScans() local
DWifiScanningServiceImpl.java745 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings(); in tryToStartNewScan() local