Home
last modified time | relevance | path

Searched refs:NEW_FINGERPRINT_ENROLLED (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintAuthenticationDialogFragment.java176 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) { in verifyPassword()
217 case NEW_FINGERPRINT_ENROLLED: in updateStage()
224 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) { in updateStage()
260 NEW_FINGERPRINT_ENROLLED, enumConstant
DMainActivity.java329 FingerprintAuthenticationDialogFragment.Stage.NEW_FINGERPRINT_ENROLLED); in onClick()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintAuthenticationDialogFragment.java225 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) { in verifyPassword()
257 case NEW_FINGERPRINT_ENROLLED: in updateStage()
264 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) { in updateStage()
317 NEW_FINGERPRINT_ENROLLED, enumConstant
DMainActivity.java125 FingerprintAuthenticationDialogFragment.Stage.NEW_FINGERPRINT_ENROLLED); in onCreate()