Searched refs:LockscreenVerificationSession (Results 1 – 3 of 3) sorted by relevance
43 final SparseArray<LockscreenVerificationSession> mSessionsByUserId =55 public LockscreenVerificationSession get(int userId) { in get()69 public LockscreenVerificationSession startSession(int userId) { in startSession()82 LockscreenVerificationSession newSession = in startSession()83 new LockscreenVerificationSession(newKeyPair, SystemClock.elapsedRealtime()); in startSession()110 public class LockscreenVerificationSession { class in RemoteLockscreenValidationSessionStorage117 LockscreenVerificationSession(KeyPair keyPair, long elapsedStartTime) { in LockscreenVerificationSession() method in RemoteLockscreenValidationSessionStorage.LockscreenVerificationSession
73 USER_ID, mStorage.new LockscreenVerificationSession( in getLockscreenValidationCleanupTask()76 USER_ID_2, mStorage.new LockscreenVerificationSession( in getLockscreenValidationCleanupTask()
68 …recoverablekeystore.storage.RemoteLockscreenValidationSessionStorage.LockscreenVerificationSession;1017 LockscreenVerificationSession session = in startRemoteLockscreenValidation()1039 LockscreenVerificationSession session = in validateRemoteLockscreen()