OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bucketSettings
(Results
1 - 6
of
6
) 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
...]
NoBandChannelHelperTest.java
219
WifiNative.
BucketSettings
bucketSettings
= new WifiNative.
BucketSettings
();
220
mChannelCollection.fillBucketSettings(
bucketSettings
, Integer.MAX_VALUE);
221
assertThat(
bucketSettings
, channelsAre());
239
WifiNative.
BucketSettings
bucketSettings
= new WifiNative.
BucketSettings
();
240
mChannelCollection.fillBucketSettings(
bucketSettings
, Integer.MAX_VALUE);
241
assertThat(
bucketSettings
, channelsAre())
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
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
...]
WificondScannerImpl.java
233
WifiNative.
BucketSettings
bucket = settings.buckets[i];
356
WifiNative.
BucketSettings
bucket =
396
WifiNative.
BucketSettings
bucketSettings
=
398
if ((
bucketSettings
.report_events
402
singleScanFreqs.addChannels(
bucketSettings
);
403
allFreqs.addChannels(
bucketSettings
);
[
all
...]
WifiScanningServiceImpl.java
738
WifiNative.
BucketSettings
activeBucket = mActiveScanSettings.buckets[0];
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java
[
all
...]
Completed in 796 milliseconds