// For this dialog, we don't want to show the seek bar nor the
// confirmation password field.
view.findViewById(R.id.cipher_strength).setVisibility(View.GONE);
view.findViewById(R.id.cipher_strength_label).setVisibility(View.GONE);
view.findViewById(R.id.password_validation).setVisibility(View.GONE);
view.findViewById(R.id.password_validation_label)
.setVisibility(View.GONE);
dialog = new AlertDialog.Builder(this)
.setTitle(R.string.login_enter_password)
.setIcon(android.R.drawable.ic_dialog_info)