Searched refs:unlockTime (Results 1 – 1 of 1) sorted by relevance
95 final long unlockTime = um.getUserUnlockRealtime(); in getUserUnlockTime() local97 Log.d(TAG, String.format("User start/unlock time=%d/%d", startTime, unlockTime)); in getUserUnlockTime()99 return unlockTime; in getUserUnlockTime()142 final long unlockTime = getUserUnlockTime(); in checkLastCheckTime() local146 lastBootCount, nowBootCount, lastCheckTime, nowRealtime, unlockTime, in checkLastCheckTime()155 if (unlockTime == 0) { in checkLastCheckTime()160 if ((nowRealtime - unlockTime) <= MAX_ALLOWED_REAL_TIME_AFTER_UNLOCK_MS) { in checkLastCheckTime()