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

/frameworks/support/compat/java/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompat.java82 * {@link AuthenticationCallback#onAuthenticationSucceeded(AuthenticationResult)} is called, at
150 public static final class AuthenticationResult { class in class:FingerprintManagerCompat
153 public AuthenticationResult(CryptoObject crypto) { method in class:FingerprintManagerCompat.AuthenticationResult
194 public void onAuthenticationSucceeded(AuthenticationResult result) { }
302 callback.onAuthenticationSucceeded(new AuthenticationResult(
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java276 public static class AuthenticationResult { class in class:FingerprintManager
288 public AuthenticationResult(CryptoObject crypto, Fingerprint fingerprint, int userId) { method in class:FingerprintManager.AuthenticationResult
345 public void onAuthenticationSucceeded(AuthenticationResult result) { }
464 * {@link AuthenticationCallback#onAuthenticationSucceeded(AuthenticationResult)} is called, at
949 final AuthenticationResult result =
950 new AuthenticationResult(mCryptoObject, fp, userId);
/frameworks/base/services/core/java/com/android/server/
H A DSyntheticPasswordManager.java100 static class AuthenticationResult { class in class:SyntheticPasswordManager
436 public AuthenticationResult unwrapPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper,
441 AuthenticationResult result = new AuthenticationResult();
486 public @NonNull AuthenticationResult unwrapTokenBasedSyntheticPassword(
489 AuthenticationResult result = new AuthenticationResult();

Completed in 420 milliseconds