/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceGetAuthenticatorIdClient.java | 35 private final Map<Integer, Long> mAuthenticatorIds; field in FaceGetAuthenticatorIdClient 43 mAuthenticatorIds = authenticatorIds; in FaceGetAuthenticatorIdClient() 66 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved()
|
H A D | Sensor.java | 86 @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 D | FingerprintGetAuthenticatorIdClient.java | 35 private final Map<Integer, Long> mAuthenticatorIds; field in FingerprintGetAuthenticatorIdClient 43 mAuthenticatorIds = authenticatorIds; in FingerprintGetAuthenticatorIdClient() 66 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved()
|
H A D | Sensor.java | 87 @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 D | InvalidationClient.java | 40 @NonNull private final Map<Integer, Long> mAuthenticatorIds; field in InvalidationClient 50 mAuthenticatorIds = authenticatorIds; in InvalidationClient() 55 mAuthenticatorIds.put(getTargetUserId(), newAuthenticatorId); in onAuthenticatorIdInvalidated()
|
H A D | RemovalClient.java | 41 private final Map<Integer, Long> mAuthenticatorIds; field in RemovalClient 52 mAuthenticatorIds = authenticatorIds; in RemovalClient() 89 mAuthenticatorIds.put(getTargetUserId(), 0L); in onRemoved()
|
H A D | InternalCleanupClient.java | 63 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 D | FaceUpdateActiveUserClient.java | 38 @NonNull private final Map<Integer, Long> mAuthenticatorIds; field in FaceUpdateActiveUserClient 48 mAuthenticatorIds = authenticatorIds; in FaceUpdateActiveUserClient() 75 mAuthenticatorIds.put(getTargetUserId(), in startHalOperation()
|
H A D | Face10.java | 116 @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 D | FingerprintUpdateActiveUserClient.java | 47 private final Map<Integer, Long> mAuthenticatorIds; field in FingerprintUpdateActiveUserClient 61 mAuthenticatorIds = authenticatorIds; in FingerprintUpdateActiveUserClient() 117 mAuthenticatorIds.put(targetId, mHasEnrolledBiometrics in startHalOperation()
|
H A D | Fingerprint21.java | 113 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()
|