Searched refs:onSetInitialValue (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/com/android/internal/preference/ |
D | YesNoPreference.java | 91 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in YesNoPreference
|
/frameworks/base/core/java/android/preference/ |
D | Preference.java | 1580 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
|
D | EditTextPreference.java | 168 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in EditTextPreference
|
D | RingtonePreference.java | 218 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { in onSetInitialValue() method in RingtonePreference
|
D | TwoStatePreference.java | 195 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in TwoStatePreference
|
D | MultiSelectListPreference.java | 241 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiSelectListPreference
|
D | SeekBarPreference.java | 93 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in SeekBarPreference
|
D | ListPreference.java | 303 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in ListPreference
|
D | MultiCheckPreference.java | 285 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiCheckPreference
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 22602 method protected void onSetInitialValue(boolean, java.lang.Object);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 36116 method @Deprecated protected void onSetInitialValue(boolean, Object);
|
/frameworks/base/api/ |
D | current.txt | 36260 method @Deprecated protected void onSetInitialValue(boolean, Object);
|