Home
last modified time | relevance | path

Searched refs:report_threshold_percent (Results 1 – 5 of 5) 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()
DBackgroundScanScheduler.java463 schedule.report_threshold_percent = DEFAULT_REPORT_THRESHOLD_PERCENTAGE; in createSchedule()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java102 mSettings.report_threshold_percent = 100; in NativeScanSettingsBuilder()
122 mSettings.report_threshold_percent = percent; in withMaxPercentToCache()
373 assertEquals("percent to cache", expected.report_threshold_percent, in assertNativeScanSettingsEquals()
374 actual.report_threshold_percent); in assertNativeScanSettingsEquals()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2474 public int report_threshold_percent; field in WifiNative.ScanSettings
DWifiVendorHal.java664 param.reportThresholdPercent = settings.report_threshold_percent; in CurrentBackgroundScan()