Searched refs:pendingResetLockouts (Results 1 – 1 of 1) sorted by relevance
95 @NonNull List<UserAuthInfo> pendingResetLockouts) { in FaceResetLockoutTask() argument100 this.pendingResetLockuts = pendingResetLockouts; in FaceResetLockoutTask()211 private void processPendingLockoutsForFingerprint(List<UserAuthInfo> pendingResetLockouts) { in processPendingLockoutsForFingerprint() argument217 for (UserAuthInfo user : pendingResetLockouts) { in processPendingLockoutsForFingerprint()222 for (UserAuthInfo user : pendingResetLockouts) { in processPendingLockoutsForFingerprint()239 private void processPendingLockoutsForFace(List<UserAuthInfo> pendingResetLockouts) { in processPendingLockoutsForFace() argument254 mSpManager, sensorIds, pendingResetLockouts); in processPendingLockoutsForFace()257 for (UserAuthInfo user : pendingResetLockouts) { in processPendingLockoutsForFace()281 private void processPendingLockoutsGeneric(List<UserAuthInfo> pendingResetLockouts) { in processPendingLockoutsGeneric() argument282 for (UserAuthInfo user : pendingResetLockouts) { in processPendingLockoutsGeneric()