Home
last modified time | relevance | path

Searched defs:onAuthenticationSucceeded (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricSensorReceiver.aidl25 void onAuthenticationSucceeded(int sensorId, in byte[] token); in onAuthenticationSucceeded() method
DIBiometricServiceReceiver.aidl24 void onAuthenticationSucceeded(int authenticationType); in onAuthenticationSucceeded() method
DBiometricPrompt.java807 public void onAuthenticationSucceeded(AuthenticationResult result) {} in onAuthenticationSucceeded() method in BiometricPrompt.AuthenticationCallback
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintServiceReceiver.aidl27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() method
DFingerprintServiceReceiver.java37 public void onAuthenticationSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() method in FingerprintServiceReceiver
DFingerprintManager.java357 public void onAuthenticationSucceeded(AuthenticationResult result) { } in onAuthenticationSucceeded() method in FingerprintManager.AuthenticationCallback
/frameworks/base/core/java/android/hardware/face/
DFaceServiceReceiver.java37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() method in FaceServiceReceiver
DIFaceServiceReceiver.aidl29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() method
DFaceManager.java937 public void onAuthenticationSucceeded(AuthenticationResult result) { in onAuthenticationSucceeded() method in FaceManager.AuthenticationCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthDialog.java116 void onAuthenticationSucceeded(); in onAuthenticationSucceeded() method
DAuthContainerView.java646 public void onAuthenticationSucceeded() { in onAuthenticationSucceeded() method in AuthContainerView
DAuthBiometricView.java539 public void onAuthenticationSucceeded() { in onAuthenticationSucceeded() method in AuthBiometricView
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DClientMonitorCallbackConverter.java72 void onAuthenticationSucceeded(int sensorId, BiometricAuthenticator.Identifier identifier, in onAuthenticationSucceeded() method in ClientMonitorCallbackConverter
DCoexCoordinator.java221 public void onAuthenticationSucceeded(long currentTimeMillis, in onAuthenticationSucceeded() method in CoexCoordinator
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthSession.java570 void onAuthenticationSucceeded(int sensorId, boolean strong, in onAuthenticationSucceeded() method in AuthSession
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DSensor.java255 public void onAuthenticationSucceeded(int enrollmentId, HardwareAuthToken hat) { in onAuthenticationSucceeded() method in Sensor.HalSessionCallback
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DSensor.java275 public void onAuthenticationSucceeded(int enrollmentId, HardwareAuthToken hat) { in onAuthenticationSucceeded() method in Sensor.HalSessionCallback