Searched refs:lastScanMs (Results 1 – 2 of 2) sorted by relevance
389 long lastScanMs = mLastScanTimestampForBgApps; in shouldScanRequestBeThrottledForBackgroundApp() local391 if (lastScanMs != 0 in shouldScanRequestBeThrottledForBackgroundApp()392 && (elapsedRealtime - lastScanMs) < SCAN_REQUEST_THROTTLE_INTERVAL_BG_APPS_MS) { in shouldScanRequestBeThrottledForBackgroundApp()
767 final long lastScanMs = mLastWifiInfo.getControllerScanDurationMillis(); in extractDeltaLocked() local784 final long scanTimeMs = latest.getControllerScanDurationMillis() - lastScanMs; in extractDeltaLocked()