Searched refs:onSetInitialValue (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/com/android/internal/preference/ |
D | YesNoPreference.java | 89 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in YesNoPreference
|
/frameworks/base/core/java/android/preference/ |
D | RingtonePreference.java | 206 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { in onSetInitialValue() method in RingtonePreference
|
D | EditTextPreference.java | 157 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in EditTextPreference
|
D | TwoStatePreference.java | 186 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in TwoStatePreference
|
D | Preference.java | 1373 onSetInitialValue(false, mDefaultValue); in dispatchSetInitialValue() 1376 onSetInitialValue(true, null); in dispatchSetInitialValue() 1397 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in Preference
|
D | SeekBarPreference.java | 87 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in SeekBarPreference
|
D | MultiSelectListPreference.java | 233 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiSelectListPreference
|
D | ListPreference.java | 293 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in ListPreference
|
D | MultiCheckPreference.java | 277 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiCheckPreference
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | settings.jd | 1039 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/ |
D | system-current.txt | 24194 method protected void onSetInitialValue(boolean, java.lang.Object);
|
D | current.txt | 22604 method protected void onSetInitialValue(boolean, java.lang.Object);
|