Searched refs:mPendingResetLockoutsForFingerprint (Results 1 – 1 of 1) sorted by relevance
56 @NonNull private final ArrayList<UserAuthInfo> mPendingResetLockoutsForFingerprint; field in BiometricDeferredQueue138 mPendingResetLockoutsForFingerprint = new ArrayList<>(); in BiometricDeferredQueue()171 mPendingResetLockoutsForFingerprint.add(new UserAuthInfo(userId, in addPendingLockoutResetForUser()191 if (!mPendingResetLockoutsForFingerprint.isEmpty()) { in processPendingLockoutResets()194 new ArrayList<>(mPendingResetLockoutsForFingerprint)); in processPendingLockoutResets()195 mPendingResetLockoutsForFingerprint.clear(); in processPendingLockoutResets()