Searched refs:nowRealtime (Results 1 – 2 of 2) sorted by relevance
140 final long nowRealtime = getRealtimeMillis(); in checkLastCheckTime() local146 lastBootCount, nowBootCount, lastCheckTime, nowRealtime, unlockTime, in checkLastCheckTime()160 if ((nowRealtime - unlockTime) <= MAX_ALLOWED_REAL_TIME_AFTER_UNLOCK_MS) { in checkLastCheckTime()168 if ((nowRealtime - lastWtfTime) <= WTF_INTERVAL_MS) { in checkLastCheckTime()173 if ((nowRealtime - lastCheckTime) <= MAX_ALLOWED_CHECK_INTERVAL_MS) { in checkLastCheckTime()179 lastCheckTime, nowRealtime, lastBootCount, nowBootCount)); in checkLastCheckTime()183 .putLong(LAST_WTF_REALTIME_PREF_KEY, nowRealtime) in checkLastCheckTime()
105 final long nowRealtime = SystemClock.elapsedRealtime(); in hasPendingScans() local107 if (nowRealtime < req.requestRealtime + SCAN_TIMEOUT) { in hasPendingScans()