/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/ |
D | SharedPreferenceLoggerTest.java | 58 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putInt_shouldNotLogInitialPut() local 74 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putBoolean_shouldNotLogInitialPut() local 92 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putLong_shouldNotLogInitialPut() local 106 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putLong_biggerThanIntMax_shouldLogIntMax() local 118 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); in putLong_smallerThanIntMin_shouldLogIntMin() local 129 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/StatementService/src/com/android/statementservice/domain/worker/ |
D | CollectV1Worker.kt | 58 val editor = sp?.edit() in <lambda>() constant 100 val editor = sp?.edit() in <lambda>() constant
|
/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/packages/StatementService/src/com/android/statementservice/domain/ |
D | DomainVerificationReceiverV1.kt | 72 val editor = deContext?.getSharedPreferences(packageName, Context.MODE_PRIVATE)?.edit() in scheduleUnlockedV1() constant
|
/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
|
D | TextViewContextMenuTest.java | 199 Editor editor = et.getEditorForTesting(); in testAdjustIconSpaces() local 236 Editor editor = et.getEditorForTesting(); in testAdjustIconSpacesNoIconCase() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ActionIntentCreator.kt | 78 val editor = context.getString(R.string.config_screenshotEditor) in createEdit() constant
|
D | WorkProfileMessageController.kt | 97 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/SystemUI/tests/src/com/android/systemui/util/ |
D | FakeSharedPreferencesTest.kt | 95 val editor = sharedPreferences.edit() in <lambda>() constant
|
/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/services/core/java/com/android/server/locales/ |
D | LocaleManagerBackupHelper.java | 557 SharedPreferences.Editor editor = mDelegateAppLocalePackages.edit(); in removePackageFromPersistedInfo() local 595 SharedPreferences.Editor editor = mDelegateAppLocalePackages.edit(); in persistLocalesModificationInfo() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CallWaitingControllerTest.java | 471 SharedPreferences.Editor editor = sp.edit(); in setPreference() local
|
/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 | 447 View editor = activity.findViewById(ID_EDITOR); in getActivityWithFocus() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | PinStorage.java | 767 SharedPreferences.Editor editor = in savePinInformation() local 804 private boolean savePinInformation(SharedPreferences.Editor editor, int slotId, in savePinInformation()
|