Home
last modified time | relevance | path

Searched refs:mAuthenticatorIds (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceGetAuthenticatorIdClient.java35 private final Map<Integer, Long> mAuthenticatorIds; field in FaceGetAuthenticatorIdClient
43 mAuthenticatorIds = authenticatorIds; in FaceGetAuthenticatorIdClient()
66 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved()
H A DSensor.java86 @NonNull private final Map<Integer, Long> mAuthenticatorIds; field in Sensor
544 mAuthenticatorIds = new HashMap<>(); in Sensor()
578 return mAuthenticatorIds; in getAuthenticatorIds()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintGetAuthenticatorIdClient.java35 private final Map<Integer, Long> mAuthenticatorIds; field in FingerprintGetAuthenticatorIdClient
43 mAuthenticatorIds = authenticatorIds; in FingerprintGetAuthenticatorIdClient()
66 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved()
H A DSensor.java87 @NonNull private final Map<Integer, Long> mAuthenticatorIds; field in Sensor
499 mAuthenticatorIds = new HashMap<>(); in Sensor()
534 return mAuthenticatorIds; in getAuthenticatorIds()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DInvalidationClient.java40 @NonNull private final Map<Integer, Long> mAuthenticatorIds; field in InvalidationClient
50 mAuthenticatorIds = authenticatorIds; in InvalidationClient()
55 mAuthenticatorIds.put(getTargetUserId(), newAuthenticatorId); in onAuthenticatorIdInvalidated()
H A DRemovalClient.java41 private final Map<Integer, Long> mAuthenticatorIds; field in RemovalClient
52 mAuthenticatorIds = authenticatorIds; in RemovalClient()
89 mAuthenticatorIds.put(getTargetUserId(), 0L); in onRemoved()
H A DInternalCleanupClient.java63 private final Map<Integer, Long> mAuthenticatorIds; field in InternalCleanupClient
118 mAuthenticatorIds = authenticatorIds; in InternalCleanupClient()
130 getContext().getPackageName(), mBiometricUtils, getSensorId(), mAuthenticatorIds); in startCleanupUnknownHalTemplates()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceUpdateActiveUserClient.java38 @NonNull private final Map<Integer, Long> mAuthenticatorIds; field in FaceUpdateActiveUserClient
48 mAuthenticatorIds = authenticatorIds; in FaceUpdateActiveUserClient()
75 mAuthenticatorIds.put(getTargetUserId(), in startHalOperation()
H A DFace10.java116 @NonNull private final Map<Integer, Long> mAuthenticatorIds; field in Face10
344 mAuthenticatorIds = new HashMap<>(); in Face10()
486 return mAuthenticatorIds.getOrDefault(userId, 0L); in getAuthenticatorId()
672 FaceUtils.getLegacyInstance(mSensorId), mSensorId, mAuthenticatorIds); in scheduleRemove()
687 FaceUtils.getLegacyInstance(mSensorId), mSensorId, mAuthenticatorIds); in scheduleRemoveAll()
770 FaceUtils.getLegacyInstance(mSensorId), mAuthenticatorIds); in scheduleInternalCleanup()
874 if (!mAuthenticatorIds.containsKey(targetUserId)) { in scheduleLoadAuthenticatorIds()
892 hasEnrolled, mAuthenticatorIds); in scheduleUpdateActiveUserWithoutHandler()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintUpdateActiveUserClient.java47 private final Map<Integer, Long> mAuthenticatorIds; field in FingerprintUpdateActiveUserClient
61 mAuthenticatorIds = authenticatorIds; in FingerprintUpdateActiveUserClient()
117 mAuthenticatorIds.put(targetId, mHasEnrolledBiometrics in startHalOperation()
H A DFingerprint21.java113 private final Map<Integer, Long> mAuthenticatorIds; field in Fingerprint21
339 mAuthenticatorIds = Collections.synchronizedMap(new HashMap<>()); in Fingerprint21()
467 if (!mAuthenticatorIds.containsKey(targetUserId)) { in scheduleLoadAuthenticatorIds()
494 this::getCurrentUser, hasEnrolled, mAuthenticatorIds, force); in scheduleUpdateActiveUserWithoutHandler()
679 mSensorProperties.sensorId, mAuthenticatorIds); in scheduleRemove()
696 mSensorProperties.sensorId, mAuthenticatorIds); in scheduleRemoveAll()
711 FingerprintUtils.getLegacyInstance(mSensorId), mAuthenticatorIds); in scheduleInternalCleanup()
749 return mAuthenticatorIds.getOrDefault(userId, 0L); in getAuthenticatorId()