| /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/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
|
| D | TextViewActivityTest.java | 537 final Editor editor = textView.getEditorForTesting(); in enableFlagsForInsertionHandleGestures() local
|
| /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
|
| D | PreferenceManager.java | 672 SharedPreferences.Editor editor = in setDefaultValues() 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| D | GsmCdmaPhoneTest.java | 829 SharedPreferences.Editor editor = sharedPreferences.edit(); in testVoiceMailCount() local 898 SharedPreferences.Editor editor = sharedPreferences.edit(); in testGetCallForwardingOption() local 1148 SharedPreferences.Editor editor = sp.edit(); in testCallForwardingIndicator() local
|
| D | CarrierKeyDownloadMgrTest.java | 243 SharedPreferences.Editor editor = getDefaultSharedPreferences(mContext).edit(); in testDownloadComplete() local
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | CarrierKeyDownloadManager.java | 206 SharedPreferences.Editor editor = getDefaultSharedPreferences(mContext).edit(); in cleanupDownloadPreferences() local 560 SharedPreferences.Editor editor = getDefaultSharedPreferences(mContext).edit(); in downloadKey() local
|
| D | LocaleTracker.java | 614 final SharedPreferences.Editor editor = prefs.edit(); in updateLastKnownCountryIso() local
|
| D | Phone.java | 845 SharedPreferences.Editor editor = sp.edit(); in disableDnsCheck() local 1458 SharedPreferences.Editor editor = sp.edit(); in updateSavedNetworkOperator() local 1551 SharedPreferences.Editor editor = sp.edit(); in saveClirSetting() local 2043 SharedPreferences.Editor editor = sp.edit(); in getCallForwardingIndicatorFromSharedPref() local 2063 SharedPreferences.Editor editor = sp.edit(); in setCallForwardingIndicatorInSharedPref() local 2786 SharedPreferences.Editor editor = sp.edit(); in setVoiceMessageCount() local 2836 SharedPreferences.Editor editor = sp.edit(); in getStoredVoiceMessageCount() local
|
| D | SubscriptionInfoUpdater.java | 571 SharedPreferences.Editor editor = sp.edit(); in handleSimLoaded() local
|
| D | GsmCdmaPhone.java | 1666 SharedPreferences.Editor editor = sp.edit(); in storeVoiceMailNumber() local 1749 SharedPreferences.Editor editor = sp.edit(); in setVmSimImsi() local 2617 SharedPreferences.Editor editor = sp.edit(); in migrateClirSettingIfNeeded() local
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
| D | CachedBluetoothDevice.java | 821 SharedPreferences.Editor editor = preferences.edit(); in migratePhonebookPermissionChoice() local 845 SharedPreferences.Editor editor = preferences.edit(); in migrateMessagePermissionChoice() local
|
| /frameworks/base/media/java/android/media/ |
| D | RemoteController.java | 382 MetadataEditor editor = new MetadataEditor(); in editMetadata() local
|
| D | RemoteControlClient.java | 589 MetadataEditor editor = new MetadataEditor(); in editMetadata() local
|
| /frameworks/base/core/java/android/widget/ |
| D | SelectionActionModeHelper.java | 88 SelectionActionModeHelper(@NonNull Editor editor) { in SelectionActionModeHelper() 631 public boolean resetSelection(int textIndex, Editor editor) { in resetSelection()
|
| D | Editor.java | 7000 public UndoInputFilter(Editor editor) { in UndoInputFilter() 7220 public EditOperation(Editor editor, String oldText, int dstart, String newText, in EditOperation() 7282 Editor editor = getOwnerData(); in undo() local 7291 Editor editor = getOwnerData(); in redo() local 7407 Editor editor = getOwnerData(); in forceMergeWith() local 7514 private ProcessTextIntentActionsHandler(Editor editor) { in ProcessTextIntentActionsHandler()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| D | UiccController.java | 887 SharedPreferences.Editor editor = in saveCardStrings() local
|
| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
| D | PrintActivity.java | 3157 final IPdfEditor editor = IPdfEditor.Stub.asInterface(service); in onServiceConnected() local 3190 private void doTransform(IPdfEditor editor) throws IOException, RemoteException { in doTransform()
|