Searched refs:lastScanMs (Results 1 – 2 of 2) sorted by relevance
395 long lastScanMs = mLastScanTimestampForBgApps; in shouldScanRequestBeThrottledForBackgroundApp() local397 if (lastScanMs != 0 in shouldScanRequestBeThrottledForBackgroundApp()398 && (elapsedRealtime - lastScanMs) < SCAN_REQUEST_THROTTLE_INTERVAL_BG_APPS_MS) { in shouldScanRequestBeThrottledForBackgroundApp()
552 final long lastScanMs = mLastInfo.mControllerScanTimeMs; in extractDeltaLocked() local567 final long scanTimeMs = latest.mControllerScanTimeMs - lastScanMs; in extractDeltaLocked()