Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java2320 int totalScanDurationPerHour = 0; in getCsph() local
2327 totalScanDurationPerHour += scanDurationMs * scans_per_Hour; in getCsph()
2330 return totalScanDurationPerHour / ChannelHelper.SCAN_PERIOD_PER_CHANNEL_MS; in getCsph()