Searched refs:lastAttemptTime (Results 1 – 1 of 1) sorted by relevance
146 long lastAttemptTime; field in UserManagerService.RestrictionsPinState656 Long.toString(pinState.lastAttemptTime)); in writeUserLocked()748 long lastAttemptTime = 0L; in readUserLocked() local784 lastAttemptTime = readLongAttribute(parser, ATTR_LAST_RETRY_MS, 0L); in readUserLocked()833 pinState.lastAttemptTime = lastAttemptTime; in readUserLocked()1178 pinState.lastAttemptTime = System.currentTimeMillis(); in checkRestrictionsChallenge()1191 return (int) Math.max(backoffTime + pinState.lastAttemptTime - System.currentTimeMillis(), in getRemainingTimeForPinAttempt()