Searched refs:mPendingResetLockoutsForFingerprint (Results 1 – 1 of 1) sorted by relevance
57 @NonNull private final ArrayList<UserAuthInfo> mPendingResetLockoutsForFingerprint; field in BiometricDeferredQueue141 mPendingResetLockoutsForFingerprint = new ArrayList<>(); in BiometricDeferredQueue()174 mPendingResetLockoutsForFingerprint.add(new UserAuthInfo(userId, in addPendingLockoutResetForUser()194 if (!mPendingResetLockoutsForFingerprint.isEmpty()) { in processPendingLockoutResets()197 new ArrayList<>(mPendingResetLockoutsForFingerprint)); in processPendingLockoutResets()198 mPendingResetLockoutsForFingerprint.clear(); in processPendingLockoutResets()