Searched refs:nowRealtime (Results 1 – 2 of 2) sorted by relevance
128 final long nowRealtime = getRealtimeMillis(); in checkLastCheckTime() local134 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()
105 final long nowRealtime = SystemClock.elapsedRealtime(); in hasPendingScans() local107 if (nowRealtime < req.requestRealtime + SCAN_TIMEOUT) { in hasPendingScans()