Home
last modified time | relevance | path

Searched refs:getAuthenticatorIds (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricManager.java566 public long[] getAuthenticatorIds() { in getAuthenticatorIds() method in BiometricManager
567 return getAuthenticatorIds(UserHandle.myUserId()); in getAuthenticatorIds()
579 public long[] getAuthenticatorIds(int userId) { in getAuthenticatorIds() method in BiometricManager
582 return mService.getAuthenticatorIds(userId); in getAuthenticatorIds()
H A DIAuthService.aidl76 long[] getAuthenticatorIds(in int userId); in getAuthenticatorIds() method
H A DIBiometricService.aidl86 long[] getAuthenticatorIds(int callingUserId); in getAuthenticatorIds() method
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceProvider.java296 mFaceSensors.get(sensorId).getAuthenticatorIds()); in scheduleLoadAuthenticatorIdsForUser()
355 mFaceSensors.get(sensorId).getAuthenticatorIds(), callback); in scheduleInvalidateAuthenticatorId()
368 return mFaceSensors.get(sensorId).getAuthenticatorIds().getOrDefault(userId, 0L); in getAuthenticatorId()
560 mFaceSensors.get(sensorId).getAuthenticatorIds()); in scheduleRemoveSpecifiedIds()
647 mFaceSensors.get(sensorId).getAuthenticatorIds()); in scheduleInternalCleanup()
H A DSensor.java589 @NonNull Map<Integer, Long> getAuthenticatorIds() { in getAuthenticatorIds() method in Sensor
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintProvider.java350 mFingerprintSensors.get(sensorId).getAuthenticatorIds()); in scheduleLoadAuthenticatorIdsForUser()
583 mFingerprintSensors.get(sensorId).getAuthenticatorIds()); in scheduleRemoveSpecifiedIds()
607 mFingerprintSensors.get(sensorId).getAuthenticatorIds()); in scheduleInternalCleanup()
655 mFingerprintSensors.get(sensorId).getAuthenticatorIds(), callback); in scheduleInvalidateAuthenticatorId()
668 return mFingerprintSensors.get(sensorId).getAuthenticatorIds().getOrDefault(userId, 0L); in getAuthenticatorId()
H A DSensor.java546 @NonNull Map<Integer, Long> getAuthenticatorIds() { in getAuthenticatorIds() method in Sensor
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStoreCryptoOperationUtils.java81 .getAuthenticatorIds(); in canUserAuthorizationSucceed()
H A DKeyStore2ParameterUtils.java264 final long[] biometricSids = bm.getAuthenticatorIds(); in addSids()
H A DAndroidKeyStoreSpi.java953 long[] biometricSids = bm.getAuthenticatorIds(); in setWrappedKeyEntry()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java373 public long[] getAuthenticatorIds(int userId) throws RemoteException { in getAuthenticatorIds() method in AuthService.AuthServiceImpl
397 return mBiometricService.getAuthenticatorIds(userId); in getAuthenticatorIds()
H A DBiometricService.java718 public long[] getAuthenticatorIds(int callingUserId) {
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java1581 return biometricManager.getAuthenticatorIds(userId); in getBiometricSids()
/aosp14/frameworks/base/services/
H A Dart-profile2826 HPLcom/android/server/biometrics/BiometricService$BiometricServiceWrapper;->getAuthenticatorIds(I)[J