Searched refs:pendingResetLockouts (Results 1 – 1 of 1) sorted by relevance
94 @NonNull List<UserAuthInfo> pendingResetLockouts) { in FaceResetLockoutTask() argument99 this.pendingResetLockuts = pendingResetLockouts; in FaceResetLockoutTask()208 private void processPendingLockoutsForFingerprint(List<UserAuthInfo> pendingResetLockouts) { in processPendingLockoutsForFingerprint() argument214 for (UserAuthInfo user : pendingResetLockouts) { in processPendingLockoutsForFingerprint()219 for (UserAuthInfo user : pendingResetLockouts) { in processPendingLockoutsForFingerprint()236 private void processPendingLockoutsForFace(List<UserAuthInfo> pendingResetLockouts) { in processPendingLockoutsForFace() argument251 mSpManager, sensorIds, pendingResetLockouts); in processPendingLockoutsForFace()254 for (UserAuthInfo user : pendingResetLockouts) { in processPendingLockoutsForFace()278 private void processPendingLockoutsGeneric(List<UserAuthInfo> pendingResetLockouts) { in processPendingLockoutsGeneric() argument279 for (UserAuthInfo user : pendingResetLockouts) { in processPendingLockoutsGeneric()