Home
last modified time | relevance | path

Searched refs:mStage (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintAuthenticationDialogFragment.java53 private Stage mStage = Stage.FINGERPRINT; field in FingerprintAuthenticationDialogFragment
88 if (mStage == Stage.FINGERPRINT) { in onCreateView()
121 if (mStage == Stage.FINGERPRINT) { in onResume()
127 mStage = stage; in setStage()
157 mStage = Stage.PASSWORD; in goToBackup()
176 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) { in verifyPassword()
185 mStage = Stage.FINGERPRINT; in verifyPassword()
210 switch (mStage) { in updateStage()
224 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) { in updateStage()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintAuthenticationDialogFragment.java70 private Stage mStage = Stage.FINGERPRINT; field in FingerprintAuthenticationDialogFragment
113 if (mStage == Stage.FINGERPRINT) { in onCreateView()
145 if (mStage == Stage.FINGERPRINT) { in onResume()
151 mStage = stage; in setStage()
179 mStage = Stage.PASSWORD; in goToBackup()
225 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) { in verifyPassword()
234 mStage = Stage.FINGERPRINT; in verifyPassword()
250 switch (mStage) { in updateStage()
264 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) { in updateStage()