Searched refs:lastCheckTime (Results 1 – 2 of 2) sorted by relevance
119 final long lastCheckTime; in checkLastCheckTime() local124 lastCheckTime = mPrefs.getLong(LAST_CHECK_REALTIME_PREF_KEY, -1); in checkLastCheckTime()134 lastBootCount, nowBootCount, lastCheckTime, nowRealtime, unlockTime, in checkLastCheckTime()161 if ((nowRealtime - lastCheckTime) <= MAX_ALLOWED_CHECK_INTERVAL_MS) { in checkLastCheckTime()167 lastCheckTime, nowRealtime, lastBootCount, nowBootCount)); in checkLastCheckTime()
781 auto lastCheckTime = mLastByteSizeTimes.find(key); in flushIfNecessaryLocked() local782 if (lastCheckTime != mLastByteSizeTimes.end()) { in flushIfNecessaryLocked()783 if (elapsedRealtimeNs - lastCheckTime->second < StatsdStats::kMinByteSizeCheckPeriodNs) { in flushIfNecessaryLocked()