Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintGetAuthenticatorIdClient.java65 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
66 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved() local
DSensor.java404 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceGetAuthenticatorIdClient.java65 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
66 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved() local
DSensor.java452 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java845 final long authenticatorId = sensor.impl.getAuthenticatorId(callingUserId); in getAuthenticatorIds() local