Searched refs:onSetInitialValue (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java89 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { method in class:YesNoPreference
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java157 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:EditTextPreference
H A DRingtonePreference.java206 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { method in class:RingtonePreference
H A DTwoStatePreference.java186 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:TwoStatePreference
H A DListPreference.java293 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:ListPreference
H A DMultiCheckPreference.java277 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:MultiCheckPreference
H A DMultiSelectListPreference.java233 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:MultiSelectListPreference
H A DSeekBarPreference.java87 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:SeekBarPreference
H A DPreference.java1373 onSetInitialValue(false, mDefaultValue);
1376 onSetInitialValue(true, null);
1397 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { method in class:Preference

Completed in 35 milliseconds