Home
last modified time | relevance | path

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

12345678910>>...38

/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DSharedPreferencesTest.java96 SharedPreferences.Editor editor = prefs.edit().putString("test-key", null); in testPutNullRemovesKey() local
106 public abstract void setUp(SharedPreferences.Editor editor); in setUp()
110 public abstract void subsequentEdit(SharedPreferences.Editor editor); in subsequentEdit()
120 SharedPreferences.Editor editor; in test() local
148 public void setUp(SharedPreferences.Editor editor) { in testRedundantBoolean()
151 public void subsequentEdit(SharedPreferences.Editor editor) { in testRedundantBoolean()
159 public void setUp(SharedPreferences.Editor editor) { in testRedundantString()
162 public void subsequentEdit(SharedPreferences.Editor editor) { in testRedundantString()
170 public void setUp(SharedPreferences.Editor editor) { in testNonRedundantString()
173 public void subsequentEdit(SharedPreferences.Editor editor) { in testNonRedundantString()
[all …]
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/
H A Dquery-visitor_test.cc336 std::unique_ptr<NumericIndex<int64_t>::Editor> editor = in TEST_P() local
370 std::unique_ptr<NumericIndex<int64_t>::Editor> editor = in TEST_P() local
405 std::unique_ptr<NumericIndex<int64_t>::Editor> editor = in TEST_P() local
440 std::unique_ptr<NumericIndex<int64_t>::Editor> editor = in TEST_P() local
475 std::unique_ptr<NumericIndex<int64_t>::Editor> editor = in TEST_P() local
511 std::unique_ptr<NumericIndex<int64_t>::Editor> editor = in TEST_P() local
547 std::unique_ptr<NumericIndex<int64_t>::Editor> editor = in TEST_P() local
582 std::unique_ptr<NumericIndex<int64_t>::Editor> editor = in TEST_P() local
631 std::unique_ptr<NumericIndex<int64_t>::Editor> editor = in TEST_P() local
699 std::unique_ptr<NumericIndex<int64_t>::Editor> editor = in TEST_P() local
[all …]
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DDiskLruCacheTest.java248 DiskLruCache.Editor editor = cache.edit("k1"); in cannotOperateOnEditAfterPublish() local
256 DiskLruCache.Editor editor = cache.edit("k1"); in cannotOperateOnEditAfterRevert() local
264 DiskLruCache.Editor editor = cache.edit("k1"); in explicitRemoveAppliedToDiskImmediately() local
771 DiskLruCache.Editor editor = snapshot.edit(); in editSameVersion() local
783 DiskLruCache.Editor editor = snapshot.edit(); in editSnapshotAfterChangeAborted() local
1102 DiskLruCache.Editor editor = cache.edit("c"); in journalWriteFailsDuringEditorCommit() local
1126 DiskLruCache.Editor editor = cache.edit("c"); in journalWriteFailsDuringEditorAbort() local
1163 DiskLruCache.Editor editor = cache.edit("k1"); in noSizeCorruptionAfterCreatorDetached() local
1182 DiskLruCache.Editor editor = cache.edit("k1"); in noSizeCorruptionAfterEditorDetached() local
1200 DiskLruCache.Editor editor = cache.edit("k1"); in noNewSourceAfterEditorDetached() local
[all …]
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DSettings.java85 SharedPreferences.Editor editor = sharedPref.edit(); in hasErrDataBudget() local
118 SharedPreferences.Editor editor = sharedPref.edit(); in consumeErrDataBudget() local
141 SharedPreferences.Editor editor = sharedPref.edit(); in generateAndSetId() local
179 SharedPreferences.Editor editor = sharedPref.edit(); in setDeviceConfig() local
262 SharedPreferences.Editor editor = sharedPref.edit(); in incrementFailureCounter() local
283 SharedPreferences.Editor editor = sharedPref.edit(); in clearFailureCounter() local
303 SharedPreferences.Editor editor = sharedPref.edit(); in setMaxRequestTime() local
345 SharedPreferences.Editor editor = sharedPref.edit(); in setLastBadCertTimeRange() local
366 SharedPreferences.Editor editor = sharedPref.edit(); in clearPreferences() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
H A DSharedPreferenceLoggerTest.java58 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
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/
H A DSharedPreferencesUtil.java76 SharedPreferences.Editor editor = prefs.edit(); in writeProto() local
87 SharedPreferences.Editor editor = prefs.edit(); in writeProto() local
96 SharedPreferences.Editor editor, final K protoKey, final T protoValue) { in writeProto()
104 SharedPreferences.Editor editor, final String key, final T protoValue) { in writeProto()
116 SharedPreferences.Editor editor, final K protoKey) { in removeProto()
121 public static void removeProto(SharedPreferences.Editor editor, String protoKey) { in removeProto()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleBackupHelper.java170 SharedPreferences.Editor editor = sp.edit(); in restoreEntity() local
228 boolean restoreKey(Map.Entry<String, ?> entry, SharedPreferences.Editor editor, in restoreKey()
254 private void backupWidgetIdKey(String key, String uriString, SharedPreferences.Editor editor, in backupWidgetIdKey()
272 private void restoreWidgetIdKey(String key, String uriString, SharedPreferences.Editor editor, in restoreWidgetIdKey()
289 SharedPreferences.Editor editor, List<String> existingWidgets) { in backupPeopleTileKey()
319 Set<String> widgetIds, SharedPreferences.Editor editor, in restorePeopleTileKeyAndCorrespondingWidgetFile()
359 SharedPreferences.Editor editor) { in backupContactUriKey()
386 SharedPreferences.Editor editor, int storedUserId) { in restoreContactUriKey()
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java90 public void onDeleteRequested(Editor editor) { in onDeleteRequested()
106 public void onDeleteRequested(Editor editor) { in onDeleteRequested()
128 public void onDeleteRequested(Editor editor) { in onDeleteRequested()
152 public void onDeleteRequested(Editor editor) { in onDeleteRequested()
261 final Editor editor = (Editor) view; in isEmptyName() local
444 final Editor editor = (Editor) view; in addNonNameEditorView() local
512 final Editor editor = (Editor) view; in updateEmptyNameEditors() local
599 final Editor editor = (Editor) view; in deleteView() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjfreechart-swt-1.0.9.jar ... org.jfree.experimental.chart.swt.editor.SWTChartEditor editor public boolean isEnforceFileExtensions () public void ...
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
H A DSharedPreferencesStorage.kt116 val editor = in defaultCodec() constant
134 val editor = mergeSharedPreferences(sharedPreferences, restored.all, "Restore") in onRestoreFinished() constant
162 val editor = sharedPreferences.edit() in mergeSharedPreferences() constant
/aosp_15_r20/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/
H A DDemoSharedPreferences.java37 SharedPreferences.Editor editor = sharedPreferences.edit(); in addMessages() local
45 SharedPreferences.Editor editor = sharedPreferences.edit(); in removeExistingMessages() local
51 SharedPreferences.Editor editor = sharedPreferences.edit(); in addSettings() local
63 SharedPreferences.Editor editor = sharedPreferences.edit(); in saveLogs() local
71 SharedPreferences.Editor editor = sharedPreferences.edit(); in removeExistingLogs() local
/aosp_15_r20/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
H A DPreferenceController.java205 SharedPreferences.Editor editor = mSharedPreferences.edit(); in evaluate() local
248 void evaluate(Context context, SharedPreferences prefs, SharedPreferences.Editor editor) { in evaluate()
266 protected abstract void reset(Context context, SharedPreferences.Editor editor); in reset()
307 protected void reset(Context context, SharedPreferences.Editor editor) { in reset()
318 void evaluate(Context context, SharedPreferences prefs, SharedPreferences.Editor editor) { in evaluate()
330 protected void reset(Context context, SharedPreferences.Editor editor) { in reset()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/
H A 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
H A DTextViewContextMenuTest.java203 Editor editor = et.getEditorForTesting(); in testAdjustIconSpaces() local
239 Editor editor = et.getEditorForTesting(); in testAdjustIconSpacesNoIconCase() local
261 Editor editor = new Editor(et); in testAutofillMenuItemEnabledWhenNoTextSelected() local
281 Editor editor = new Editor(et); in testAutofillMenuItemNotEnabledWhenTextSelected() local
298 Editor editor = new Editor(et); in verifyMenuItemNotAdded() local
/aosp_15_r20/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
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/
DBuglePrefsImpl.java85 final SharedPreferences.Editor editor = prefs.edit(); in putInt() local
95 final SharedPreferences.Editor editor = prefs.edit(); in putLong() local
105 final SharedPreferences.Editor editor = prefs.edit(); in putBoolean() local
115 final SharedPreferences.Editor editor = prefs.edit(); in putString() local
131 final SharedPreferences.Editor editor = prefs.edit(); in remove() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DEditTextTest.java758 Editor editor = et.getEditorForTesting(); in testCursorNotBlinkingOnNewActivity_WithoutFocus() local
767 Editor editor = et.getEditorForTesting(); in testCursorBlinkingOnNewActivity_WithFocus() local
781 Editor editor = et.getEditorForTesting(); in testSuspendAndResumeBlinkingCursor() local
827 Editor editor = editText.getEditorForTesting(); in testCursorBlinking_ViewDynamicallyAdded_WithFocus() local
848 Editor editor = editText.getEditorForTesting(); in testCursorNotBlinking_ViewDynamicallyAdded_NoFocus() local
868 Editor editor = editText.getEditorForTesting(); in testCursorSuspendBlinking_ViewDynamicallyRemoved() local
892 Editor editor = editText.getEditorForTesting(); in testCursorBlinking_ViewDynamically_RemovedAdded_NeverHadFocus() local
920 Editor editor = editText.getEditorForTesting(); in testCursorResumeBlinking_AfterFocusedView_DynamicallyRemovedAdded() local
/aosp_15_r20/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DPresencePreferences.java74 Editor editor = mCommonPref.edit(); in updateCapabilityDiscoveryTime() local
94 Editor editor = mCommonPref.edit(); in setSubscriberId() local
113 Editor editor = mCommonPref.edit(); in setLine1Number() local
132 Editor editor = mCommonPref.edit(); in setRcsTestMode() local
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCache.java234 DiskLruCache.Editor editor = null; in put() local
255 DiskLruCache.Editor editor = null; in update() local
267 private void abortQuietly(DiskLruCache.Editor editor) { in abortQuietly()
425 private final DiskLruCache.Editor editor; field in CacheRequestImpl
430 public CacheRequestImpl(final DiskLruCache.Editor editor) throws IOException { in CacheRequestImpl()
578 public void writeTo(DiskLruCache.Editor editor) throws IOException { in writeTo()
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
H A DCache.java236 DiskLruCache.Editor editor = null; in put() local
257 DiskLruCache.Editor editor = null; in update() local
269 private void abortQuietly(DiskLruCache.Editor editor) { in abortQuietly()
427 private final DiskLruCache.Editor editor; field in CacheRequestImpl
432 public CacheRequestImpl(final DiskLruCache.Editor editor) throws IOException { in CacheRequestImpl()
580 public void writeTo(DiskLruCache.Editor editor) throws IOException { in writeTo()
/aosp_15_r20/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/components/
DPersonalStorage.java58 SharedPreferences.Editor editor = mSharedPrefs.edit(); in store() local
70 SharedPreferences.Editor editor = mSharedPrefs.edit(); in storeWifi() local
142 SharedPreferences.Editor editor = mSharedPrefs.edit(); in saveReapplyPansOnBootCompleteState() local
148 SharedPreferences.Editor editor = mSharedPrefs.edit(); in saveReapplyWifiOnBootCompleteState() local
/aosp_15_r20/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/worker/
H A DCollectV1Worker.kt58 val editor = sp?.edit() in <lambda>() constant
100 val editor = sp?.edit() in <lambda>() constant
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DMainMenuActivity.java221 SharedPreferences.Editor editor = prefs.edit(); in onResume() local
226 SharedPreferences.Editor editor = prefs.edit(); in onResume() local
260 SharedPreferences.Editor editor = prefs.edit(); in onResume() local
265 SharedPreferences.Editor editor = prefs.edit(); in onResume() local
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/legal/
DModuleLicenseProviderTest.java294 SharedPreferences.Editor editor = context.getSharedPreferences( in isCachedHtmlFileOutdated_versionCodeDiffersFromSharedPref_returnTrue() local
315 SharedPreferences.Editor editor = context.getSharedPreferences( in isCachedHtmlFileOutdated_fileDoesNotExist_returnTrue() local
337 SharedPreferences.Editor editor = context.getSharedPreferences( in isCachedHtmlFileOutdated_fileIsEmpty_returnTrue() local
362 SharedPreferences.Editor editor = context.getSharedPreferences( in isCachedHtmlFileOutdated_notOutdated_returnFalse() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
H A DPolicySerializationTestActivity.java136 SharedPreferences.Editor editor = prefs.edit(); in generateRandomPolicy() local
176 SharedPreferences.Editor editor = prefs.edit(); in handleAddDeviceAdminResult() local
264 void saveExpectedValue(SharedPreferences.Editor editor); in saveExpectedValue()
378 public final void saveExpectedValue(Editor editor) { in saveExpectedValue()
402 public final void saveExpectedValue(Editor editor) { in saveExpectedValue()

12345678910>>...38