Searched defs:onAuthenticationSucceeded (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/api23/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompatApi23.java95 public void onAuthenticationSucceeded(FingerprintManager.AuthenticationResult result) {
96 callback.onAuthenticationSucceeded(new AuthenticationResultInternal(
150 public void onAuthenticationSucceeded(AuthenticationResultInternal result) { } method in class:FingerprintManagerCompatApi23.AuthenticationCallback
/frameworks/support/v4/java/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompat.java82 * {@link AuthenticationCallback#onAuthenticationSucceeded(AuthenticationResult) is called, at
194 public void onAuthenticationSucceeded(AuthenticationResult result) { } method in class:FingerprintManagerCompat.AuthenticationCallback
299 public void onAuthenticationSucceeded(
301 callback.onAuthenticationSucceeded(new AuthenticationResult(
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java318 public void onAuthenticationSucceeded(AuthenticationResult result) { } method in class:FingerprintManager.AuthenticationCallback
398 * {@link AuthenticationCallback#onAuthenticationSucceeded(AuthenticationResult)} is called, at
737 mAuthenticationCallback.onAuthenticationSucceeded(result);
876 public void onAuthenticationSucceeded(long deviceId, Fingerprint fp) {

Completed in 1071 milliseconds