Searched defs:onSetInitialValue (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java159 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:EditTextPreference
H A DRingtonePreference.java209 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { method in class:RingtonePreference
H A DListPreference.java294 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:ListPreference
H A DMultiCheckPreference.java278 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:MultiCheckPreference
H A DMultiSelectListPreference.java234 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 DTwoStatePreference.java187 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:TwoStatePreference
H A DPreference.java1388 onSetInitialValue(false, mDefaultValue);
1391 onSetInitialValue(true, null);
1412 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { method in class:Preference
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java89 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { method in class:YesNoPreference
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DEditTextPreference.java91 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:EditTextPreference
H A DListPreference.java258 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:ListPreference
H A DTwoStatePreference.java188 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:TwoStatePreference
H A DPreference.java1330 onSetInitialValue(false, mDefaultValue);
1333 onSetInitialValue(true, null);
1354 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { method in class:Preference
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DMultiSelectListPreference.java267 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:MultiSelectListPreference

Completed in 270 milliseconds