Home
last modified time | relevance | path

Searched defs:editor (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
DSharedPreferenceLoggerTest.java59 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putInt_shouldNotLogInitialPut() local
77 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putBoolean_shouldNotLogInitialPut() local
99 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putLong_shouldNotLogInitialPut() local
115 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putLong_biggerThanIntMax_shouldLogIntMax() local
129 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putLong_smallerThanIntMin_shouldLogIntMin() local
142 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putFloat_shouldNotLogInitialPut() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DVoicemailNotificationSettingsUtil.java49 SharedPreferences.Editor editor = prefs.edit(); in setVibrationEnabled() local
70 SharedPreferences.Editor editor = prefs.edit(); in setRingtoneUri() local
110 SharedPreferences.Editor editor = prefs.edit(); in migrateVoicemailVibrationSettingsIfNeeded() local
123 SharedPreferences.Editor editor = prefs.edit(); in migrateVoicemailVibrationSettingsIfNeeded() local
149 SharedPreferences.Editor editor = prefs.edit(); in migrateVoicemailRingtoneSettingsIfNeeded() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleBackupHelper.java167 SharedPreferences.Editor editor = sp.edit(); in restoreEntity() local
225 boolean restoreKey(Map.Entry<String, ?> entry, SharedPreferences.Editor editor, in restoreKey()
251 private void backupWidgetIdKey(String key, String uriString, SharedPreferences.Editor editor, in backupWidgetIdKey()
269 private void restoreWidgetIdKey(String key, String uriString, SharedPreferences.Editor editor, in restoreWidgetIdKey()
286 SharedPreferences.Editor editor, List<String> existingWidgets) { in backupPeopleTileKey()
316 Set<String> widgetIds, SharedPreferences.Editor editor, in restorePeopleTileKeyAndCorrespondingWidgetFile()
356 SharedPreferences.Editor editor) { in backupContactUriKey()
383 SharedPreferences.Editor editor, int storedUserId) { in restoreContactUriKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DSharedPreferencesHelper.java32 SharedPreferences.Editor editor = sp.edit(); in clear() local
45 SharedPreferences.Editor editor = sp.edit(); in setPeopleTileKey() local
DPeopleSpaceUtils.java113 SharedPreferences.Editor editor = sp.edit(); in setSharedPreferencesStorageForTile() local
132 SharedPreferences.Editor editor = sp.edit(); in removeSharedPreferencesStorageForTile() local
148 private static void addAppWidgetIdForKey(SharedPreferences sp, SharedPreferences.Editor editor, in addAppWidgetIdForKey()
157 SharedPreferences.Editor editor, in removeAppWidgetIdForKey()
DPeopleBackupFollowUpJob.java111 SharedPreferences.Editor editor = sp.edit(); in onStartJob() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
DApprovedPrintServices.java103 SharedPreferences.Editor editor = mPreferences.edit(); in addApprovedService() local
153 SharedPreferences.Editor editor = mPreferences.edit(); in pruneApprovedServices() local
/frameworks/ex/common/java/com/android/common/
DSharedPreferencesCompat.java39 public static void apply(SharedPreferences.Editor editor) { in apply()
DOperationScheduler.java315 SharedPreferences.Editor editor = mStorage.edit(); in onTransientError() local
/frameworks/base/core/tests/coretests/src/android/widget/
DEditorCursorDragTest.java206 Editor editor = tv.getEditorForTesting(); in testCursorDrag_diagonal_thresholdConfig() local
292 Editor editor = tv.getEditorForTesting(); in testEditor_onTouchEvent_quickTapAfterDrag() local
347 Editor editor = tv.getEditorForTesting(); in testEditor_onTouchEvent_mouseDrag() local
376 Editor editor = tv.getEditorForTesting(); in testEditor_onTouchEvent_cursorDrag() local
411 Editor editor = tv.getEditorForTesting(); in testEditor_onTouchEvent_selectionDrag() local
451 Editor editor = tv.getEditorForTesting(); in testCursorDrag_nonSelectableTextView() local
537 Editor editor = tv.getEditorForTesting(); in testLineChangeSlop() local
565 Editor editor = tv.getEditorForTesting(); in testCursorDrag_multiTouch() local
608 Editor editor = tv.getEditorForTesting(); in testCursorDrag_snapDistance() local
785 Editor editor = tv.getEditorForTesting(); in simulateDrag() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DWorkProfileMessageController.kt99 val editor = sharedPreference().edit() in onMessageDismissed() constant
/frameworks/base/core/java/android/preference/
DPreference.java1618 private void tryCommit(SharedPreferences.Editor editor) { in tryCommit()
1655 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistString() local
1708 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistStringSet() local
1761 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistInt() local
1815 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistFloat() local
1869 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistLong() local
1923 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistBoolean() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DConnectionRecordManager.java74 final SharedPreferences.Editor editor = getSharedPreferences(context).edit(); in setConnectionRecord() local
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/keys/
DTertiaryKeyRotationTracker.java117 SharedPreferences.Editor editor = mSharedPreferences.edit(); in markAllForRotation() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DFakeSharedPreferencesTest.kt95 val editor = sharedPreferences.edit() in <lambda>() constant
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java834 SharedPreferences.Editor editor = sharedPreferences.edit(); in testVoiceMailCount() local
903 SharedPreferences.Editor editor = sharedPreferences.edit(); in testGetCallForwardingOption() local
1067 SharedPreferences.Editor editor = sp.edit(); in testCallForwardingIndicator() local
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/util/
DUceUtils.java313 SharedPreferences.Editor editor = sharedPreferences.edit(); in saveDeviceStateToPreference() local
355 SharedPreferences.Editor editor = sharedPreferences.edit(); in removeDeviceStateFromPreference() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileStatePersisterTest.kt72 private lateinit var editor: SharedPreferences.Editor variable in com.android.systemui.qs.external.CustomTileStatePersisterTest
/frameworks/base/core/tests/coretests/src/android/view/
DViewInputConnectionTest.java321 final TestOffThreadEditor editor = getOnMainSync(() -> { in testInputConnectionCallbacks_nonUiThread() local
/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
DImePerfTest.java426 View editor = activity.findViewById(ID_EDITOR); in getActivityWithFocus() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPinStorage.java764 SharedPreferences.Editor editor = in savePinInformation() local
801 private boolean savePinInformation(SharedPreferences.Editor editor, int slotId, in savePinInformation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialog.java480 SharedPreferences.Editor editor = sharedPref.edit(); in startLeBroadcastDialogForFirstTime() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java993 SharedPreferences.Editor editor = preferences.edit(); in migratePhonebookPermissionChoice() local
1017 SharedPreferences.Editor editor = preferences.edit(); in migrateMessagePermissionChoice() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java950 SharedPreferences.Editor editor = sp.edit(); in disableDnsCheck() local
1563 SharedPreferences.Editor editor = sp.edit(); in updateSavedNetworkOperator() local
1656 SharedPreferences.Editor editor = sp.edit(); in saveClirSetting() local
2166 SharedPreferences.Editor editor = sp.edit(); in getCallForwardingIndicatorFromSharedPref() local
2186 SharedPreferences.Editor editor = sp.edit(); in setCallForwardingIndicatorInSharedPref() local
2830 SharedPreferences.Editor editor = sp.edit(); in eraseDataInSharedPreferences() local
3097 SharedPreferences.Editor editor = sp.edit(); in setVoiceMessageCount() local
3147 SharedPreferences.Editor editor = sp.edit(); in getStoredVoiceMessageCount() local
DLocaleTracker.java597 final SharedPreferences.Editor editor = prefs.edit(); in updateLastKnownCountryIso() local

12