Home | History | Annotate | Download | only in fingerprintdialog

Lines Matching refs:FINGERPRINT

22 import android.hardware.fingerprint.FingerprintManager
37 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
38 * authentication if fingerprint is not available.
59 private var stage = Stage.FINGERPRINT
96 if (stage == Stage.FINGERPRINT) goToBackup() else verifyPassword()
107 // If fingerprint authentication is not available, switch immediately to the backup
115 if (stage == Stage.FINGERPRINT) {
144 * Switches to backup (password) screen. This either can happen when fingerprint is not
146 * button. This can also happen when the user has too many invalid fingerprint attempts.
158 // Fingerprint is not used anymore. Stop listening for it.
179 stage = Stage.FINGERPRINT
199 Stage.FINGERPRINT -> {