Searched refs:onSetInitialValue (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/com/android/internal/preference/ |
D | YesNoPreference.java | 85 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in YesNoPreference
|
/frameworks/base/core/java/android/preference/ |
D | Preference.java | 1312 onSetInitialValue(false, mDefaultValue); in dispatchSetInitialValue() 1315 onSetInitialValue(true, null); in dispatchSetInitialValue() 1336 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in Preference
|
D | RingtonePreference.java | 202 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { in onSetInitialValue() method in RingtonePreference
|
D | EditTextPreference.java | 153 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in EditTextPreference
|
D | SeekBarPreference.java | 74 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in SeekBarPreference
|
D | TwoStatePreference.java | 183 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in TwoStatePreference
|
D | ListPreference.java | 277 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in ListPreference
|
D | MultiSelectListPreference.java | 223 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiSelectListPreference
|
D | MultiCheckPreference.java | 268 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiCheckPreference
|
/frameworks/base/api/ |
D | 14.txt | 15381 method protected void onSetInitialValue(boolean, java.lang.Object);
|
D | 15.txt | 15431 method protected void onSetInitialValue(boolean, java.lang.Object);
|
D | current.txt | 16354 method protected void onSetInitialValue(boolean, java.lang.Object);
|
D | 16.txt | 16354 method protected void onSetInitialValue(boolean, java.lang.Object);
|