Searched refs:mPendingResetLockoutsForFace (Results 1 – 1 of 1) sorted by relevance
58 @NonNull private final ArrayList<UserAuthInfo> mPendingResetLockoutsForFace; field in BiometricDeferredQueue142 mPendingResetLockoutsForFace = new ArrayList<>(); in BiometricDeferredQueue()168 mPendingResetLockoutsForFace.add(new UserAuthInfo(userId, gatekeeperPassword)); in addPendingLockoutResetForUser()188 if (!mPendingResetLockoutsForFace.isEmpty()) { in processPendingLockoutResets()190 processPendingLockoutsForFace(new ArrayList<>(mPendingResetLockoutsForFace)); in processPendingLockoutResets()191 mPendingResetLockoutsForFace.clear(); in processPendingLockoutResets()