/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/ |
H A 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
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A 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()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | SharedPreferencesHelper.java | 32 SharedPreferences.Editor editor = sp.edit(); in clear() local 45 SharedPreferences.Editor editor = sp.edit(); in setPeopleTileKey() local
|
H A 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()
|
H A D | PeopleBackupFollowUpJob.java | 111 SharedPreferences.Editor editor = sp.edit(); in onStartJob() local
|
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/worker/ |
H A D | CollectV1Worker.kt | 58 val editor = sp?.edit() regex 100 val editor = sp?.edit() regex
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ |
H A D | ApprovedPrintServices.java | 103 SharedPreferences.Editor editor = mPreferences.edit(); in addApprovedService() local 153 SharedPreferences.Editor editor = mPreferences.edit(); in pruneApprovedServices() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A 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
|
H A D | TextViewContextMenuTest.java | 199 Editor editor = et.getEditorForTesting(); in testAdjustIconSpaces() local 236 Editor editor = et.getEditorForTesting(); in testAdjustIconSpacesNoIconCase() local
|
H A D | TextViewActivityTest.java | 607 final Editor editor = textView.getEditorForTesting(); in enableFlagsForInsertionHandleGestures() local
|
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
H A D | DomainVerificationReceiverV1.kt | 72 val editor = deContext?.getSharedPreferences(packageName, Context.MODE_PRIVATE)?.edit() regex
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A 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
|
H A D | PreferenceManager.java | 672 SharedPreferences.Editor editor = in setDefaultValues() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ActionIntentCreator.kt | 78 val editor = context.getString(R.string.config_screenshotEditor) regex
|
H A D | WorkProfileMessageController.kt | 97 val editor = sharedPreference().edit() regex
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
H A D | ConnectionRecordManager.java | 74 final SharedPreferences.Editor editor = getSharedPreferences(context).edit(); in setConnectionRecord() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
H A D | FakeSharedPreferencesTest.kt | 95 val editor = sharedPreferences.edit() regex
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewInputConnectionTest.java | 321 final TestOffThreadEditor editor = getOnMainSync(() -> { in testInputConnectionCallbacks_nonUiThread() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/locales/ |
H A D | LocaleManagerBackupHelper.java | 557 SharedPreferences.Editor editor = mDelegateAppLocalePackages.edit(); in removePackageFromPersistedInfo() local 595 SharedPreferences.Editor editor = mDelegateAppLocalePackages.edit(); in persistLocalesModificationInfo() local
|
/aosp14/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/ |
H A D | ImePerfTest.java | 447 View editor = activity.findViewById(ID_EDITOR); in getActivityWithFocus() local
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDevice.java | 1045 SharedPreferences.Editor editor = preferences.edit(); in migratePhonebookPermissionChoice() local 1069 SharedPreferences.Editor editor = preferences.edit(); in migrateMessagePermissionChoice() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputBaseDialog.java | 499 SharedPreferences.Editor editor = sharedPref.edit(); in startLeBroadcastDialogForFirstTime() local
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | RemoteController.java | 383 MetadataEditor editor = new MetadataEditor(); in editMetadata() local
|
H A D | RemoteControlClient.java | 590 MetadataEditor editor = new MetadataEditor(); in editMetadata() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SelectionActionModeHelper.java | 90 SelectionActionModeHelper(@NonNull Editor editor) { in SelectionActionModeHelper() 645 public boolean resetSelection(int textIndex, Editor editor) { in resetSelection()
|