Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarConfidenceChecker.java119 final long lastCheckTime; in checkLastCheckTime() local
124 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()
/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.cpp781 auto lastCheckTime = mLastByteSizeTimes.find(key); in flushIfNecessaryLocked() local
782 if (lastCheckTime != mLastByteSizeTimes.end()) { in flushIfNecessaryLocked()
783 if (elapsedRealtimeNs - lastCheckTime->second < StatsdStats::kMinByteSizeCheckPeriodNs) { in flushIfNecessaryLocked()