Home
last modified time | relevance | path

Searched refs:onSetInitialValue (Results 1 – 11 of 11) sorted by relevance

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