Lines Matching refs:FINGERPRINT
25 import android.hardware.fingerprint.FingerprintManager;
55 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
56 * authentication if fingerprint is not available.
70 private Stage mStage = Stage.FINGERPRINT;
113 if (mStage == Stage.FINGERPRINT) {
134 // If fingerprint authentication is not available, switch immediately to the backup
145 if (mStage == Stage.FINGERPRINT) {
167 * Sets the crypto object to be passed in when authenticating with fingerprint.
174 * Switches to backup (password) screen. This either can happen when fingerprint is not
176 * button. This can also happen when the user had too many fingerprint attempts.
186 // Fingerprint is not used anymore. Stop listening for it.
234 mStage = Stage.FINGERPRINT;
251 case FINGERPRINT:
316 FINGERPRINT,