/frameworks/base/core/java/android/hardware/biometrics/ |
D | IBiometricServiceReceiver.aidl | 24 void onAuthenticationSucceeded(); in onAuthenticationSucceeded() method
|
D | IBiometricServiceReceiverInternal.aidl | 29 void onAuthenticationSucceeded(boolean requireConfirmation, in byte[] token); in onAuthenticationSucceeded() method
|
D | BiometricPrompt.java | 335 public void onAuthenticationSucceeded() throws RemoteException { 338 mAuthenticationCallback.onAuthenticationSucceeded(result); 498 public void onAuthenticationSucceeded(AuthenticationResult result) {} in onAuthenticationSucceeded() method in BiometricPrompt.AuthenticationCallback
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | IFingerprintServiceReceiver.aidl | 27 void onAuthenticationSucceeded(long deviceId, in Fingerprint fp, int userId); in onAuthenticationSucceeded() method
|
D | FingerprintManager.java | 244 public void onAuthenticationSucceeded(AuthenticationResult result) { } in onAuthenticationSucceeded() method in FingerprintManager.AuthenticationCallback 853 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded() 1029 public void onAuthenticationSucceeded(long deviceId, Fingerprint fp, int userId) {
|
/frameworks/base/core/java/android/hardware/face/ |
D | IFaceServiceReceiver.aidl | 27 void onAuthenticationSucceeded(long deviceId, in Face face, int userId); in onAuthenticationSucceeded() method
|
D | FaceManager.java | 97 public void onAuthenticationSucceeded(long deviceId, Face face, int userId) { 826 public void onAuthenticationSucceeded(AuthenticationResult result) { in onAuthenticationSucceeded() method in FaceManager.AuthenticationCallback 1068 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | AuthenticationClient.java | 177 listener.onAuthenticationSucceeded( in onAuthenticated() 180 listener.onAuthenticationSucceeded( in onAuthenticated()
|
D | BiometricService.java | 565 public void onAuthenticationSucceeded(boolean requireConfirmation, byte[] token) 1185 mCurrentAuthSession.mClientReceiver.onAuthenticationSucceeded(); in handleAuthenticationSucceeded() 1235 mConfirmDeviceCredentialReceiver.onAuthenticationSucceeded(); in handleOnConfirmDeviceCredentialSuccess() 1397 mCurrentAuthSession.mClientReceiver.onAuthenticationSucceeded(); in handleOnDismissed()
|
D | BiometricServiceBase.java | 409 default void onAuthenticationSucceeded(long deviceId, in onAuthenticationSucceeded() method 455 getWrapperReceiver().onAuthenticationSucceeded(requireConfirmation, token); in onAuthenticationSucceededInternal()
|
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/ |
D | FingerprintService.java | 519 public void onAuthenticationSucceeded(long deviceId, in onAuthenticationSucceeded() method in FingerprintService.ServiceListenerImpl 525 .onAuthenticationSucceeded(deviceId, (Fingerprint) biometric, userId); in onAuthenticationSucceeded()
|
/frameworks/base/services/core/java/com/android/server/biometrics/face/ |
D | FaceService.java | 788 public void onAuthenticationSucceeded(long deviceId, in onAuthenticationSucceeded() method in FaceService.ServiceListenerImpl 793 mFaceServiceReceiver.onAuthenticationSucceeded(deviceId, (Face) biometric, in onAuthenticationSucceeded()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1200 public void onAuthenticationSucceeded(AuthenticationResult result) { 1232 public void onAuthenticationSucceeded(FaceManager.AuthenticationResult result) {
|
/frameworks/base/services/ |
D | art-profile | 5122 PLcom/android/server/biometrics/BiometricService$2;->onAuthenticationSucceeded(Z[B)V 5258 …biometrics/fingerprint/FingerprintService$ServiceListenerImpl;->onAuthenticationSucceeded(JLandroi…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 21406 …ware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationSucceeded(Landroid… 21425 Landroid/hardware/biometrics/BiometricPrompt$AuthenticationCallback;->onAuthenticationSucceeded(Lan… 22916 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationCallback;->onAuthenticationSucceeded… 23068 Landroid/hardware/fingerprint/IFingerprintServiceReceiver$Stub$Proxy;->onAuthenticationSucceeded(JL… 23085 Landroid/hardware/fingerprint/IFingerprintServiceReceiver;->onAuthenticationSucceeded(JLandroid/har…
|
D | boot-image-profile.txt | 7281 HPLandroid/hardware/fingerprint/IFingerprintServiceReceiver$Stub$Proxy;->onAuthenticationSucceeded(…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 16625 …method public void onAuthenticationSucceeded(android.hardware.biometrics.BiometricPrompt.Authentic… 17576 …method @Deprecated public void onAuthenticationSucceeded(android.hardware.fingerprint.FingerprintM…
|
/frameworks/base/api/ |
D | current.txt | 16625 …method public void onAuthenticationSucceeded(android.hardware.biometrics.BiometricPrompt.Authentic… 17576 …method @Deprecated public void onAuthenticationSucceeded(android.hardware.fingerprint.FingerprintM…
|