Home
last modified time | relevance | path

Searched defs:reportEvents (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java65 int period, int batch, int bssidsPerScan, int reportEvents) { in createRequest()
77 int bssidsPerScan, int reportEvents) { in createRequest()
83 int bssidsPerScan, int reportEvents) { in createRequest()
92 int maxPeriod, int stepCount, int batch, int bssidsPerScan, int reportEvents) { in createRequest()
166 int period, int reportEvents, ChannelCollection channelCollection) { in addBucketWithChannelCollection()
176 int period, int reportEvents, int band) { in addBucketWithBand()
186 int period, int reportEvents, WifiScanner.ChannelSpec... channels) { in addBucketWithChannels()
195 int period, int reportEvents, int... channels) { in addBucketWithChannels()
226 int reportEvents = requestSettings.reportEvents | WifiScanner.REPORT_EVENT_AFTER_EACH_SCAN; in computeSingleScanNativeSettingsWithChannelHelper() local
252 int reportEvents = requestSettings.reportEvents | WifiScanner.REPORT_EVENT_AFTER_EACH_SCAN; in computeSingleScanNativeSettings() local
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DBackgroundScanScheduler.java198 int reportEvents = WifiScanner.REPORT_EVENT_NO_BATCH; in createBucketSettings() local
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiScanner.java546 public int reportEvents; field in WifiScanner.ScanSettings