Searched refs:onSetInitialValue (Results 1 - 14 of 14) 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/support/v7/preference/src/android/support/v7/preference/
H A DEditTextPreference.java89 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:EditTextPreference
H A DTwoStatePreference.java185 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:TwoStatePreference
H A DPreference.java1265 onSetInitialValue(false, mDefaultValue);
1268 onSetInitialValue(true, null);
1289 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { method in class:Preference
H A DListPreference.java257 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:ListPreference
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java157 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 DTwoStatePreference.java187 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:TwoStatePreference
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 DPreference.java1385 onSetInitialValue(false, mDefaultValue);
1388 onSetInitialValue(true, null);
1409 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { method in class:Preference
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DMultiSelectListPreference.java260 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { method in class:MultiSelectListPreference

Completed in 182 milliseconds