Searched refs:report_threshold_num_scans (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DScanScheduleUtil.java80 if (schedule1.report_threshold_num_scans != schedule2.report_threshold_num_scans) {
H A DBackgroundScanScheduler.java442 schedule.report_threshold_num_scans = getMaxBatch();
456 && settings.maxScansToCache < schedule.report_threshold_num_scans) {
457 schedule.report_threshold_num_scans = settings.maxScansToCache;
H A DWificondScannerImpl.java225 if (settings.report_threshold_num_scans < 0
226 || settings.report_threshold_num_scans > SCAN_BUFFER_CAPACITY) {
383 mBackgroundScanSettings.report_threshold_num_scans,
H A DWifiScanningServiceImpl.java1239 + ", batched scans=" + schedule.report_threshold_num_scans);
1258 + ", batched scans=" + schedule.report_threshold_num_scans);
2112 pw.println(" batched scans: " + schedule.report_threshold_num_scans);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java105 mSettings.report_threshold_num_scans = maxScans;
316 assertEquals("scans to cache", expected.report_threshold_num_scans,
317 actual.report_threshold_num_scans);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DBackgroundScanSchedulerTest.java218 assertEquals("maxScansToCache", 5, schedule.report_threshold_num_scans);
236 assertEquals("maxScansToCache", 6, schedule.report_threshold_num_scans);
828 assertTrue("scans to cache: " + schedule.report_threshold_num_scans + " /<= "
830 schedule.report_threshold_num_scans <= settings.maxScansToCache);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java932 public int report_threshold_num_scans; field in class:WifiNative.ScanSettings
H A DWifiVendorHal.java485 param.reportThresholdNumScans = settings.report_threshold_num_scans;

Completed in 400 milliseconds