Home
last modified time | relevance | path

Searched refs:onAuthenticated (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintAuthenticationClientTest.java373 client.onAuthenticated(new Fingerprint("name", 2 /* enrollmentId */, SENSOR_ID), in luxProbeWhenFingerDown_unlessDestroyed()
563 client.onAuthenticated(new Fingerprint("friendly", 1 /* fingerId */, in testAuthenticationStateListeners_onAuthenticationSucceeded()
580 client.onAuthenticated(new Fingerprint("friendly", 1 /* fingerId */, in testAuthenticationStateListeners_onAuthenticationFailed()
599 client.onAuthenticated(new Fingerprint("friendly", 1 /* fingerId */, 2 /* deviceId */), in cancelsAuthWhenNotInForeground()
615 client.onAuthenticated(new Fingerprint("friendly", 1 /* fingerId */, in testResetLockoutOnAuthSuccess_nonBiometricPrompt()
628 client.onAuthenticated(new Fingerprint("friendly", 1 /* fingerId */, in testNoResetLockoutOnAuthFailure_nonBiometricPrompt()
641 client.onAuthenticated(new Fingerprint("friendly", 1 /* fingerId */, in testNoResetLockoutOnAuthSuccess_BiometricPrompt()
652 client.onAuthenticated(new Fingerprint("friendly", 1 /* fingerId */, in testOnAuthenticatedFalseWhenListenerIsNull()
662 client.onAuthenticated(new Fingerprint("friendly", 1 /* fingerId */, in testOnAuthenticatedTrueWhenListenerIsNull()
674 client.onAuthenticated(new Fingerprint("friendly", 1 /* fingerId */, in testLockoutTracker_authSuccess()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DFaceAuthenticationClientTest.java276 client.onAuthenticated(new Face("friendly", 1 /* faceId */, 2 /* deviceId */), in cancelsAuthWhenNotInForeground()
288 client.onAuthenticated(new Face("friendly", 1 /* faceId */, 2 /* deviceId */), in testOnAuthenticatedFalseWhenListenerIsNull()
298 client.onAuthenticated(new Face("friendly", 1 /* faceId */, 2 /* deviceId */), in testOnAuthenticatedTrueWhenListenerIsNull()
418 client.onAuthenticated(new Face("friendly", 1 /* faceId */, 2 /* deviceId */), in testAuthenticationStateListeners_onAuthenticationSucceeded()
436 client.onAuthenticated(new Face("friendly", 1 /* faceId */, 2 /* deviceId */), in testAuthenticationStateListeners_onAuthenticationFailed()
453 client.onAuthenticated(new Face("friendly", 1 /* faceId */, in testResetLockoutOnAuthSuccess_nonBiometricPrompt()
464 client.onAuthenticated(new Face("friendly", 1 /* faceId */, in testNoResetLockoutOnAuthFailure_nonBiometricPrompt()
475 client.onAuthenticated(new Face("friendly", 1 /* faceId */, in testNoResetLockoutOnAuthSuccess_BiometricPrompt()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationConsumer.java27 void onAuthenticated(BiometricAuthenticator.Identifier identifier, boolean authenticated, in onAuthenticated() method
DAuthenticationClient.java176 public void onAuthenticated(BiometricAuthenticator.Identifier identifier, in onAuthenticated() method in AuthenticationClient
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DHidlToAidlCallbackConverter.java56 public void onAuthenticated(long deviceId, int fingerId, int groupId, in onAuthenticated() method in HidlToAidlCallbackConverter
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DHidlToAidlCallbackConverter.java45 public void onAuthenticated(long deviceId, int faceId, int userId, in onAuthenticated() method in HidlToAidlCallbackConverter
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DAidlResponseHandler.java181 handleResponse(AuthenticationConsumer.class, (c) -> c.onAuthenticated(fp, in onAuthenticationSucceeded()
188 handleResponse(AuthenticationConsumer.class, (c) -> c.onAuthenticated(fp, in onAuthenticationFailed()
DFingerprintAuthenticationClient.java176 public void onAuthenticated( in onAuthenticated() method in FingerprintAuthenticationClient
180 super.onAuthenticated(identifier, authenticated, token); in onAuthenticated()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DAidlResponseHandler.java190 handleResponse(AuthenticationConsumer.class, (c) -> c.onAuthenticated(face, in onAuthenticationSucceeded()
197 handleResponse(AuthenticationConsumer.class, (c) -> c.onAuthenticated(face, in onAuthenticationFailed()
DFaceAuthenticationClient.java257 public void onAuthenticated(BiometricAuthenticator.Identifier identifier, in onAuthenticated() method in FaceAuthenticationClient
259 super.onAuthenticated(identifier, authenticated, token); in onAuthenticated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewBinder.kt402 legacyCallback.onAuthenticated() in <lambda>()
497 fun onAuthenticated() in onAuthenticated() method
/frameworks/base/core/proto/android/server/
Dbiometrics.proto56 * modalities, the HAL enters the idle state after onAuthenticated(false) which differs from
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.kt281 container.mBiometricCallback.onAuthenticated() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java201 public void onAuthenticated() { in onAuthenticated() method in AuthContainerView.BiometricCallback
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DBiometricSchedulerTest.java1101 public void onAuthenticated(BiometricAuthenticator.Identifier identifier, in onAuthenticated() method in BiometricSchedulerTest.TestAuthenticationClient