Lines Matching refs:Preference
28 import android.preference.CheckBoxPreference;
29 import android.preference.Preference;
30 import android.preference.PreferenceActivity;
31 import android.preference.PreferenceScreen;
40 * Implements the preference screen to enable/disable ICC lock and
220 // There is one case where the dialog is popped up by the preference
221 // framework. In that case, let the preference framework store the
290 public void onPinEntered(EditPinPreference preference, boolean positiveResult) {
296 mPin = preference.getText();
334 public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference) {
335 if (preference == mPinToggle) {
342 } else if (preference == mPinDialog) {