Home | History | Annotate | Download | only in settings

Lines Matching refs:PASSWORD

43     private static final String PASSWORD = "password";
83 * is no keyguard available, we prompt the user to set a password.
89 // TODO replace (or follow) this dialog with an explicit launch into password UI
188 String password = data.getStringExtra(ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD);
189 if (!TextUtils.isEmpty(password)) {
190 showFinalConfirmation(type, password);
195 private void showFinalConfirmation(int type, String password) {
199 addEncryptionInfoToPreference(preference, type, password);
203 private void addEncryptionInfoToPreference(Preference preference, int type, String password) {
209 preference.getExtras().putString(PASSWORD, "");
212 preference.getExtras().putString(PASSWORD, password);