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.java68 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
69 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved() local
DSensor.java403 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceGetAuthenticatorIdClient.java68 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
69 mAuthenticatorIds.put(getTargetUserId(), authenticatorId); in onAuthenticatorIdRetrieved() local
DSensor.java452 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DFaceRemovalClientTest.java94 final int authenticatorId = 1; in testFaceRemovalClient() local