Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceGetAuthenticatorIdClient.java68 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
69 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved() local
H A DSensor.java450 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintGetAuthenticatorIdClient.java68 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
69 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved() local
H A DSensor.java401 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
H A DFaceRemovalClientTest.java94 final int authenticatorId = 1; in testFaceRemovalClient() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DMultiBiometricLockoutState.java181 AuthenticatorState(Integer authenticatorId, boolean permanentlyLockedOut, in AuthenticatorState()