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.java91 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in YesNoPreference
/frameworks/base/core/java/android/preference/
DPreference.java1580 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
DRingtonePreference.java218 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { in onSetInitialValue() method in RingtonePreference
DTwoStatePreference.java195 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in TwoStatePreference
DEditTextPreference.java177 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in EditTextPreference
DSeekBarPreference.java94 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in SeekBarPreference
DMultiSelectListPreference.java241 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiSelectListPreference
DMultiCheckPreference.java285 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiCheckPreference
DListPreference.java303 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in ListPreference
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22602 method protected void onSetInitialValue(boolean, java.lang.Object);
/frameworks/base/core/api/
Dcurrent.txt34699 method @Deprecated protected void onSetInitialValue(boolean, Object);