/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/ |
D | SharedPreferenceLoggerTest.java | 59 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/ |
D | VoicemailNotificationSettingsUtil.java | 49 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/ |
D | PeopleBackupHelper.java | 167 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/ |
D | SharedPreferencesHelper.java | 32 SharedPreferences.Editor editor = sp.edit(); in clear() local 45 SharedPreferences.Editor editor = sp.edit(); in setPeopleTileKey() local
|
D | PeopleSpaceUtils.java | 113 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()
|
D | PeopleBackupFollowUpJob.java | 111 SharedPreferences.Editor editor = sp.edit(); in onStartJob() local
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ |
D | ApprovedPrintServices.java | 103 SharedPreferences.Editor editor = mPreferences.edit(); in addApprovedService() local 153 SharedPreferences.Editor editor = mPreferences.edit(); in pruneApprovedServices() local
|
/frameworks/ex/common/java/com/android/common/ |
D | SharedPreferencesCompat.java | 39 public static void apply(SharedPreferences.Editor editor) { in apply()
|
D | OperationScheduler.java | 315 SharedPreferences.Editor editor = mStorage.edit(); in onTransientError() local
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | EditorCursorDragTest.java | 206 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/ |
D | WorkProfileMessageController.kt | 99 val editor = sharedPreference().edit() in onMessageDismissed() constant
|
/frameworks/base/core/java/android/preference/ |
D | Preference.java | 1618 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/ |
D | ConnectionRecordManager.java | 74 final SharedPreferences.Editor editor = getSharedPreferences(context).edit(); in setConnectionRecord() local
|
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/keys/ |
D | TertiaryKeyRotationTracker.java | 117 SharedPreferences.Editor editor = mSharedPreferences.edit(); in markAllForRotation() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | FakeSharedPreferencesTest.kt | 95 val editor = sharedPreferences.edit() in <lambda>() constant
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 834 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/ |
D | UceUtils.java | 313 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/ |
D | CustomTileStatePersisterTest.kt | 72 private lateinit var editor: SharedPreferences.Editor variable in com.android.systemui.qs.external.CustomTileStatePersisterTest
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewInputConnectionTest.java | 321 final TestOffThreadEditor editor = getOnMainSync(() -> { in testInputConnectionCallbacks_nonUiThread() local
|
/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/ |
D | ImePerfTest.java | 426 View editor = activity.findViewById(ID_EDITOR); in getActivityWithFocus() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | PinStorage.java | 764 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/ |
D | MediaOutputBaseDialog.java | 480 SharedPreferences.Editor editor = sharedPref.edit(); in startLeBroadcastDialogForFirstTime() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | CachedBluetoothDevice.java | 993 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/ |
D | Phone.java | 950 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
|
D | LocaleTracker.java | 597 final SharedPreferences.Editor editor = prefs.edit(); in updateLastKnownCountryIso() local
|