HomeSort by relevance Sort by last modified time
    Searched defs:bucketSettings (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
KnownBandsChannelHelperTest.java 283 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings();
284 mChannelCollection.fillBucketSettings(bucketSettings, Integer.MAX_VALUE);
285 assertThat(bucketSettings, channelsAre());
304 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings();
305 mChannelCollection.fillBucketSettings(bucketSettings, Integer.MAX_VALUE);
306 assertThat(bucketSettings, channelsAre())
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WificondScannerImpl.java 169 WifiNative.BucketSettings bucketSettings = settings.buckets[i];
170 if ((bucketSettings.report_events
174 allFreqs.addChannels(bucketSettings);
BackgroundScanScheduler.java 196 public WifiNative.BucketSettings createBucketSettings(int bucketId, int maxChannels) {
234 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings();
235 bucketSettings.bucket = bucketId;
236 bucketSettings.report_events = reportEvents;
237 bucketSettings.period_ms = period;
238 bucketSettings.max_period_ms = maxPeriodInMs;
239 bucketSettings.step_count = stepCount;
240 mChannelCollection.fillBucketSettings(bucketSettings, maxChannels)
    [all...]
WifiScanningServiceImpl.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java     [all...]

Completed in 136 milliseconds