/frameworks/support/v7/preference/src/android/support/v7/preference/ |
D | EditTextPreference.java | 89 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in EditTextPreference
|
D | Preference.java | 1265 onSetInitialValue(false, mDefaultValue); in dispatchSetInitialValue() 1268 onSetInitialValue(true, null); in dispatchSetInitialValue() 1289 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in Preference
|
D | TwoStatePreference.java | 185 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in TwoStatePreference
|
D | ListPreference.java | 257 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in ListPreference
|
/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 | 209 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { in onSetInitialValue() method in RingtonePreference
|
D | TwoStatePreference.java | 187 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in TwoStatePreference
|
D | EditTextPreference.java | 157 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in EditTextPreference
|
D | Preference.java | 1385 onSetInitialValue(false, mDefaultValue); in dispatchSetInitialValue() 1388 onSetInitialValue(true, null); in dispatchSetInitialValue() 1409 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 | 234 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiSelectListPreference
|
D | MultiCheckPreference.java | 278 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiCheckPreference
|
D | ListPreference.java | 294 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in ListPreference
|
/frameworks/support/v14/preference/src/android/support/v14/preference/ |
D | MultiSelectListPreference.java | 260 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiSelectListPreference
|
/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/support/v7/preference/api/ |
D | 23.txt | 126 method protected void onSetInitialValue(boolean, java.lang.Object);
|
D | current.txt | 126 method protected void onSetInitialValue(boolean, java.lang.Object);
|
/frameworks/base/api/ |
D | current.txt | 23875 method protected void onSetInitialValue(boolean, java.lang.Object);
|
D | system-current.txt | 25831 method protected void onSetInitialValue(boolean, java.lang.Object);
|