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