Home
last modified time | relevance | path

Searched refs:onSetInitialValue (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/preference/
DYesNoPreference.java91 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in YesNoPreference
/frameworks/base/core/java/android/preference/
DPreference.java1580 onSetInitialValue(true, mDefaultValue); in dispatchSetInitialValue()
1588 onSetInitialValue(false, mDefaultValue); in dispatchSetInitialValue()
1591 onSetInitialValue(true, null); in dispatchSetInitialValue()
1615 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in Preference
DEditTextPreference.java168 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in EditTextPreference
DRingtonePreference.java218 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { in onSetInitialValue() method in RingtonePreference
DTwoStatePreference.java195 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in TwoStatePreference
DMultiSelectListPreference.java241 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiSelectListPreference
DSeekBarPreference.java93 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in SeekBarPreference
DListPreference.java303 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in ListPreference
DMultiCheckPreference.java285 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiCheckPreference
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22602 method protected void onSetInitialValue(boolean, java.lang.Object);
/frameworks/base/non-updatable-api/
Dcurrent.txt36116 method @Deprecated protected void onSetInitialValue(boolean, Object);
/frameworks/base/api/
Dcurrent.txt36260 method @Deprecated protected void onSetInitialValue(boolean, Object);