Home
last modified time | relevance | path

Searched refs:report_threshold_percent (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DScanScheduleUtil.java79 if (schedule1.report_threshold_percent != schedule2.report_threshold_percent) return false; in scheduleEquals()
DSupplicantWifiScannerImpl.java235 if (settings.report_threshold_percent < 0 || settings.report_threshold_percent > 100) { in startBatchedScan()
385 mBackgroundScanSettings.report_threshold_percent); in processPendingScans()
DBackgroundScanScheduler.java471 schedule.report_threshold_percent = DEFAULT_REPORT_THRESHOLD_PERCENTAGE; in createSchedule()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java93 mSettings.report_threshold_percent = 100; in NativeScanSettingsBuilder()
109 mSettings.report_threshold_percent = percent; in withMaxPercentToCache()
308 assertEquals("percent to cache", expected.report_threshold_percent, in assertNativeScanSettingsEquals()
309 actual.report_threshold_percent); in assertNativeScanSettingsEquals()
/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_WifiNative.cpp464 params.report_threshold_percent = helper.getIntField(settings, "report_threshold_percent"); in android_net_wifi_startScan()
468 params.report_threshold_percent, params.report_threshold_num_scans); in android_net_wifi_startScan()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1688 public int report_threshold_percent; field in WifiNative.ScanSettings