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.java89 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in YesNoPreference
/frameworks/base/core/java/android/preference/
DRingtonePreference.java206 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { in onSetInitialValue() method in RingtonePreference
DEditTextPreference.java157 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in EditTextPreference
DTwoStatePreference.java186 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in TwoStatePreference
DPreference.java1373 onSetInitialValue(false, mDefaultValue); in dispatchSetInitialValue()
1376 onSetInitialValue(true, null); in dispatchSetInitialValue()
1397 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in Preference
DSeekBarPreference.java87 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in SeekBarPreference
DMultiSelectListPreference.java233 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiSelectListPreference
DListPreference.java293 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in ListPreference
DMultiCheckPreference.java277 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiCheckPreference
/frameworks/base/docs/html/guide/topics/ui/
Dsettings.jd1039 calls {@link android.preference.Preference#onSetInitialValue onSetInitialValue()} to notify
1043 <p>The {@link android.preference.Preference#onSetInitialValue onSetInitialValue()} method passes
1057 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) {
/frameworks/base/api/
Dsystem-current.txt24194 method protected void onSetInitialValue(boolean, java.lang.Object);
Dcurrent.txt22604 method protected void onSetInitialValue(boolean, java.lang.Object);