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

/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java85 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { method in class:YesNoPreference
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java153 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:EditTextPreference
H A DRingtonePreference.java202 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { method in class:RingtonePreference
H A DListPreference.java285 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:ListPreference
H A DMultiCheckPreference.java268 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:MultiCheckPreference
H A DMultiSelectListPreference.java223 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:MultiSelectListPreference
H A DSeekBarPreference.java74 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:SeekBarPreference
H A DTwoStatePreference.java190 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:TwoStatePreference
H A DPreference.java1342 onSetInitialValue(false, mDefaultValue);
1345 onSetInitialValue(true, null);
1366 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { method in class:Preference

Completed in 1804 milliseconds