Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsHelperRestoreTest.java69 mSettingsHelper.restoreValue( in testRestoreAccessibilityDisplayMagnificationScale_alreadyConfigured_doesNotRestoreValue()
92 mSettingsHelper.restoreValue( in testRestoreAccessibilityDisplayMagnificationScale_notAlreadyConfigured_restoresValue()
135 mSettingsHelper.restoreValue( in testRestoreAccessibilityDisplayMagnificationNavbarEnabled_alreadyConfigured_doesNotRestoreValue()
157 mSettingsHelper.restoreValue( in testRestoreAccessibilityDisplayMagnificationNavbarEnabled_notAlreadyConfigured_restoresValue()
H A DSettingsHelperTest.java132 mSettingsHelper.restoreValue(mContext, mContentResolver, new ContentValues(), Uri.EMPTY, in testRestoreValue_settingReplaced_doesNotRestore()
148 mSettingsHelper.restoreValue(mContext, mContentResolver, new ContentValues(), Uri.EMPTY, in testRestoreValue_lppForAssistantEnabled_updatesValue()
170 mSettingsHelper.restoreValue(mContext, mContentResolver, new ContentValues(), Uri.EMPTY, in testRestoreValue_lppForAssistantNotEnabled_updatesValueToDefaultConfig()
192 mSettingsHelper.restoreValue(mContext, mContentResolver, new ContentValues(), Uri.EMPTY, in testRestoreValue_lppForAssistantNotEnabledDefaultConfig_updatesValue()
386 mSettingsHelper.restoreValue( in testRestoreValue_customRingtone_regularUncanonicalize_Success()
451 mSettingsHelper.restoreValue( in testRestoreValue_customRingtone_useCustomLookup_success()
516 mSettingsHelper.restoreValue( in testRestoreValue_customRingtone_notificationSound_useCustomLookup_success()
589 mSettingsHelper.restoreValue( in testRestoreValue_customRingtone_alarmSound_useCustomLookup_success()
632 mSettingsHelper.restoreValue( in testRestoreValue_customRingtone_useCustomLookup_multipleResults_notRestore()
665 mSettingsHelper.restoreValue( in testRestoreValue_customRingtone_restoreSilentValue()
[all …]
H A DSettingsBackupAgentTest.java338 public void restoreValue( in restoreValue() method in SettingsBackupAgentTest.TestSettingsHelper
/aosp14/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java177 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
178 setText(restoreValue ? getPersistedString(mText) : (String) defaultValue); in onSetInitialValue()
H A DTwoStatePreference.java195 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
196 setChecked(restoreValue ? getPersistedBoolean(mChecked) in onSetInitialValue()
H A DMultiSelectListPreference.java241 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
242 setValues(restoreValue ? getPersistedStringSet(mValues) : (Set<String>) defaultValue); in onSetInitialValue()
H A DSeekBarPreference.java94 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
95 setProgress(restoreValue ? getPersistedInt(mProgress) in onSetInitialValue()
H A DListPreference.java303 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
304 setValue(restoreValue ? getPersistedString(mValue) : (String) defaultValue); in onSetInitialValue()
H A DMultiCheckPreference.java285 protected void onSetInitialValue(boolean restoreValue, Object defaultValue) { in onSetInitialValue() argument
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java164 public void restoreValue(Context context, ContentResolver cr, ContentValues contentValues, in restoreValue() method in SettingsHelper
H A DSettingsBackupAgent.java898 settingsHelper.restoreValue(this, cr, contentValues, destination, key, value, in restoreSettings()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...