Searched refs:report_threshold_percent (Results 1 – 5 of 5) sorted by relevance
79 if (schedule1.report_threshold_percent != schedule2.report_threshold_percent) return false; in scheduleEquals()
463 schedule.report_threshold_percent = DEFAULT_REPORT_THRESHOLD_PERCENTAGE; in createSchedule()
102 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()
2474 public int report_threshold_percent; field in WifiNative.ScanSettings
664 param.reportThresholdPercent = settings.report_threshold_percent; in CurrentBackgroundScan()