Home | History | Annotate | Download | only in asymmetricfingerprintdialog

Lines Matching defs:PASSWORD

55  * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
122 mPassword = (EditText) v.findViewById(R.id.password);
135 // (password) screen.
174 * Switches to backup (password) screen. This either can happen when fingerprint is not
175 * available or the user chooses to use the password authentication method by pressing the
179 mStage = Stage.PASSWORD;
209 mStoreBackend.enroll("user", "password", verificationKey);
217 * Checks whether the current entered password is correct, and dismisses the the dialog and lets
259 case PASSWORD:
318 PASSWORD