Searched refs:lastScanMs (Results 1 – 2 of 2) sorted by relevance
357 long lastScanMs = mLastScanTimestampForBgApps; in shouldScanRequestBeThrottledForBackgroundApp() local359 if (lastScanMs != 0 in shouldScanRequestBeThrottledForBackgroundApp()360 && (elapsedRealtime - lastScanMs) < SCAN_REQUEST_THROTTLE_INTERVAL_BG_APPS_MS) { in shouldScanRequestBeThrottledForBackgroundApp()
563 final long lastScanMs = mLastInfo.getControllerScanDurationMillis(); in extractDeltaLocked() local580 final long scanTimeMs = latest.getControllerScanDurationMillis() - lastScanMs; in extractDeltaLocked()