Home
last modified time | relevance | path

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

1234567

/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
/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
/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
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DNavigationTestUtils.kt9 val editor = sharedPreference.edit() in showOnboarding() constant
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DCommonPreferences.java30 final SharedPreferences.Editor editor = pref.edit(); in enable() local
36 final SharedPreferences.Editor editor = pref.edit(); in disable() local
/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
/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DPortsStateManager.kt75 val editor = sharedPref.edit() in updateEnabledPort() constant
89 val editor = sharedPref.edit() in clearEnabledPorts() constant
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/onboarding/
DOnboardingActivity.kt54 val editor = in disableOnboarding() constant
151 val editor = sharedPreference.edit() in setupButtonArea() constant
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DPrefsBackupHelper.java47 Editor editor = prefs.edit(); in getBackupPreferences() local
58 Editor editor = mDefaultPreferences.edit(); in putBackupPreferences() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/prefs/
DPrefsBackupHelperTest.java124 SharedPreferences.Editor editor = mDefaultPrefs.edit(); in testEndToEnd() local
169 Editor editor = mDefaultPrefs.edit().clear(); in testPreferenceTypesSupport() local
/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
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DPreferredSubscriptionServiceTest.java77 SharedPreferences.Editor editor = mock(SharedPreferences.Editor.class); in setUp() local
114 SharedPreferences.Editor editor = mock(SharedPreferences.Editor.class); in testSetPreferredSubscriptionId() local
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLoggerTest.java138 SharedPreferences.Editor editor = sharedPreferences.edit(); in testPersistJobExecutionData_openEndedLastExecution() local
184 SharedPreferences.Editor editor = sharedPreferences.edit(); in testPersistJobExecutionData_closeEndedLastExecution() local
264 SharedPreferences.Editor editor = sharedPreferences.edit(); in testLogExecutionStats() local
298 SharedPreferences.Editor editor = sharedPreferences.edit(); in testLogExecutionStats_invalidStats() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DBlockedTopicsManager.java387 SharedPreferences.Editor editor = sharedPreferences.edit(); in resetSharedPreference() local
430 SharedPreferences.Editor editor = sharedPreferences.edit(); in mayMigratePpApiBlockedTopicsToSystemService() local
461 SharedPreferences.Editor editor = sharedPreferences.edit(); in mayClearPpApiBlockedTopics() local
/packages/apps/Camera2/src/com/android/camera/settings/
DCameraPictureSizesCacher.java51 SharedPreferences.Editor editor = defaultPrefs.edit(); in updateSizesForCamera() local
91 SharedPreferences.Editor editor = defaultPrefs.edit(); in getSizesForCamera() local
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleNotificationDataManager.java69 SharedPreferences.Editor editor = getSharedPreferences(mContext).edit(); in putNotificationInfo() local
80 SharedPreferences.Editor editor = getSharedPreferences(mContext).edit(); in removeNotificationInfo() local
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerDAO.kt94 val editor: SharedPreferences.Editor = prefs.edit() in addTimer() constant
128 val editor: SharedPreferences.Editor = prefs.edit() in updateTimer() constant
149 val editor: SharedPreferences.Editor = prefs.edit() in removeTimer() constant
/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothPreferences.java153 SharedPreferences.Editor editor = getSharedPreferences(context).edit(); in persistSelectedDeviceInPicker() local
162 SharedPreferences.Editor editor = getSharedPreferences(context).edit(); in persistDiscoverableEndTimestamp() local
/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferences.java136 final Editor editor = mPreferences.edit(); in setSortOrder() local
166 final Editor editor = mPreferences.edit(); in setDisplayOrder() local
187 final Editor editor = mPreferences.edit(); in setPhoneticNameDisplayPreference() local
/packages/modules/Virtualization/guest/authfs/src/
Dfsverity.rs19 mod editor; module
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java263 SharedPreferences.Editor editor = sp.edit(); in incrementNotificationShownCount() local
272 SharedPreferences.Editor editor = sp.edit(); in incrementNotificationDismissedCount() local
281 SharedPreferences.Editor editor = sp.edit(); in delayNextNotification() local
/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/
DSettings.java138 SharedPreferences.Editor editor = sharedPref.edit(); in updateCarrierConfig() local
191 SharedPreferences.Editor editor = sharedPref.edit(); in updateServiceConfig() local
243 SharedPreferences.Editor editor = sharedPref.edit(); in updateTestConfig() local
/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSharedPreferencesSyncManagerUnitTest.java203 final SharedPreferences.Editor editor = pref.edit(); in test_bulkSync_supportsAllTypesOfValues() local
269 final SharedPreferences.Editor editor = pref.edit(); in test_updateListener_supportsAllTypesOfValues() local
477 final SharedPreferences.Editor editor = getDefaultSharedPreferences().edit(); in populateDefaultSharedPreference() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DControl.java25 public void setUp(ViewGroup container, Parameter parameter, Editor editor); in setUp()
DParameter.java30 public void setFilterView(FilterView editor); in setFilterView()

1234567