Home | History | Annotate | Download | only in FingerprintDialog

Lines Matching full:fingerprint

53             <img>screenshots/2-fingerprint-dialog.png</img>
54 <img>screenshots/3-fingerprint-authenticated.png</img>
55 <img>screenshots/4-new-fingerprint-enrolled.png</img>
59 <android>android.hardware.fingerprint.FingerprintManager</android>
60 <android>android.hardware.fingerprint.FingerprintManager.AuthenticationCallback</android>
61 <android>android.hardware.fingerprint.FingerprintManager.CryptoObject</android>
80 which can be only be used after the user has authenticated with fingerprint and pass
85 fingerprint.
87 Then start listening to a fingerprint on the fingerprint sensor by calling
91 Once the fingerprint (or password) is verified, the
97 [4]: https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager.html#authenticate%28android.hardware.fingerprint.FingerprintManager.CryptoObject,%20android.os.CancellationSignal,%20int,%20android.hardware.fingerprint.FingerprintManager.AuthenticationCallback,%20android.os.Handler%29
99 [6]: https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager.AuthenticationCallback.html#onAuthenticationSucceeded%28android.hardware.fingerprint.FingerprintManager.AuthenticationResult%29