Home | History | Annotate | Download | only in settings

Lines Matching refs:Preference

32 import android.preference.Preference;
33 import android.preference.PreferenceActivity;
200 Preference preference = new Preference(getActivity());
201 preference.setFragment(CryptKeeperConfirm.class.getName());
202 preference.setTitle(R.string.crypt_keeper_confirm_title);
203 preference.getExtras().putString("password", password);
204 ((PreferenceActivity) getActivity()).onPreferenceStartFragment(null, preference);