Home
last modified time | relevance | path

Searched defs:authenticatorId (Results 1 – 9 of 9) 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
DAidlResponseHandler.java262 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
DAidlResponseHandler.java267 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
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DHidlToAidlCallbackConverter.java112 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved()
DHidlToAidlSessionAdapter.java221 long authenticatorId = mSession.get().getAuthenticatorId().value; in getAuthenticatorId() local
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DMultiBiometricLockoutState.java181 AuthenticatorState(Integer authenticatorId, boolean permanentlyLockedOut, in AuthenticatorState()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
DHidlToAidlSessionAdapterTest.java314 final long authenticatorId = 2L; in testGetAuthenticatorId() local