Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarSanityChecker.java128 final long nowRealtime = getRealtimeMillis(); in checkLastCheckTime() local
134 lastBootCount, nowBootCount, lastCheckTime, nowRealtime, unlockTime, in checkLastCheckTime()
148 if ((nowRealtime - unlockTime) <= MAX_ALLOWED_REAL_TIME_AFTER_UNLOCK_MS) { in checkLastCheckTime()
156 if ((nowRealtime - lastWtfTime) <= WTF_INTERVAL_MS) { in checkLastCheckTime()
161 if ((nowRealtime - lastCheckTime) <= MAX_ALLOWED_CHECK_INTERVAL_MS) { in checkLastCheckTime()
167 lastCheckTime, nowRealtime, lastBootCount, nowBootCount)); in checkLastCheckTime()
171 .putLong(LAST_WTF_REALTIME_PREF_KEY, nowRealtime) in checkLastCheckTime()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadScanner.java105 final long nowRealtime = SystemClock.elapsedRealtime(); in hasPendingScans() local
107 if (nowRealtime < req.requestRealtime + SCAN_TIMEOUT) { in hasPendingScans()