/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintAuthenticationClientTest.java | 373 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/ |
D | FaceAuthenticationClientTest.java | 276 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/ |
D | AuthenticationConsumer.java | 27 void onAuthenticated(BiometricAuthenticator.Identifier identifier, boolean authenticated, in onAuthenticated() method
|
D | AuthenticationClient.java | 176 public void onAuthenticated(BiometricAuthenticator.Identifier identifier, in onAuthenticated() method in AuthenticationClient
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
D | HidlToAidlCallbackConverter.java | 56 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/ |
D | HidlToAidlCallbackConverter.java | 45 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/ |
D | AidlResponseHandler.java | 181 handleResponse(AuthenticationConsumer.class, (c) -> c.onAuthenticated(fp, in onAuthenticationSucceeded() 188 handleResponse(AuthenticationConsumer.class, (c) -> c.onAuthenticated(fp, in onAuthenticationFailed()
|
D | FingerprintAuthenticationClient.java | 176 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/ |
D | AidlResponseHandler.java | 190 handleResponse(AuthenticationConsumer.class, (c) -> c.onAuthenticated(face, in onAuthenticationSucceeded() 197 handleResponse(AuthenticationConsumer.class, (c) -> c.onAuthenticated(face, in onAuthenticationFailed()
|
D | FaceAuthenticationClient.java | 257 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/ |
D | BiometricViewBinder.kt | 402 legacyCallback.onAuthenticated() in <lambda>() 497 fun onAuthenticated() in onAuthenticated() method
|
/frameworks/base/core/proto/android/server/ |
D | biometrics.proto | 56 * modalities, the HAL enters the idle state after onAuthenticated(false) which differs from
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | AuthContainerViewTest.kt | 281 container.mBiometricCallback.onAuthenticated() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthContainerView.java | 201 public void onAuthenticated() { in onAuthenticated() method in AuthContainerView.BiometricCallback
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
D | BiometricSchedulerTest.java | 1101 public void onAuthenticated(BiometricAuthenticator.Identifier identifier, in onAuthenticated() method in BiometricSchedulerTest.TestAuthenticationClient
|