Home
last modified time | relevance | path

Searched refs:restoreValue (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DListDialogPreference.java230 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
231 setValue(restoreValue ? getPersistedInt(mValue) : (Integer) defaultValue); in onSetInitialValue()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DListDialogPreference.java230 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
231 setValue(restoreValue ? getPersistedInt(mValue) : (Integer) defaultValue); in onSetInitialValue()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DSeekBarPreference.java185 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
186 setValue(restoreValue ? getPersistedInt(mSeekBarValue) in onSetInitialValue()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DSeekBarPreference.java153 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
154 setProgress(restoreValue ? getPersistedInt(mProgress) in onSetInitialValue()
/packages/services/Telephony/src/com/android/phone/
DEditPhoneNumberPreference.java392 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
393 setValueFromString(restoreValue ? getPersistedString(getStringValue()) in onSetInitialValue()
/packages/apps/Settings/src/com/android/settings/widget/
DSeekBarPreference.java164 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
165 setProgress(restoreValue ? getPersistedInt(mProgress) in onSetInitialValue()