Home
last modified time | relevance | path

Searched defs:authenticatorId (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceGetAuthenticatorIdClient.java65 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
66 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved() local
H A DSensor.java452 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintGetAuthenticatorIdClient.java65 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
66 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved() local
H A DSensor.java404 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl50 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl50 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl184 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DISessionCallback.aidl53 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DISessionCallback.aidl53 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DISessionCallback.aidl210 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/aosp12/hardware/interfaces/identity/aidl/default/
H A DFakeSecureHardwareProxy.cpp232 uint64_t challenge, uint64_t secureUserId, uint64_t authenticatorId, in setAuthToken()
/aosp12/hardware/interfaces/identity/aidl/default/libeic/
H A DEicPresentation.c332 uint64_t authenticatorId, int hardwareAuthenticatorType, in eicPresentationSetAuthToken()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricService.java860 final long authenticatorId = sensor.impl.getAuthenticatorId(callingUserId); in getAuthenticatorIds() local