Searched refs:onSetInitialValue (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/preference/ |
H A D | YesNoPreference.java | 91 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) { in onSetInitialValue() method in YesNoPreference
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A 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
|
H A D | RingtonePreference.java | 218 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj) { in onSetInitialValue() method in RingtonePreference
|
H A D | EditTextPreference.java | 177 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in EditTextPreference
|
H A D | TwoStatePreference.java | 195 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in TwoStatePreference
|
H A D | MultiSelectListPreference.java | 241 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiSelectListPreference
|
H A D | SeekBarPreference.java | 94 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in SeekBarPreference
|
H A D | ListPreference.java | 303 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in ListPreference
|
H A D | MultiCheckPreference.java | 285 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() method in MultiCheckPreference
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 34547 method @Deprecated protected void onSetInitialValue(boolean, Object);
|