/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPreferences.java | 78 mSharedPrefs.edit().putString(key, resName).apply(); in persistResIdByName() 93 WallpaperPreferenceKeys.KEY_WALLPAPER_PRESENTATION_MODE, presentationMode).apply(); in setWallpaperPresentationMode() 117 editor.apply(); in setHomeWallpaperAttributions() 129 WallpaperPreferenceKeys.KEY_HOME_WALLPAPER_ACTION_URL, actionUrl).apply(); in setHomeWallpaperActionUrl() 164 WallpaperPreferenceKeys.KEY_HOME_WALLPAPER_BASE_IMAGE_URL, baseImageUrl).apply(); in setHomeWallpaperBaseImageUrl() 176 WallpaperPreferenceKeys.KEY_HOME_WALLPAPER_COLLECTION_ID, collectionId).apply(); in setHomeWallpaperCollectionId() 189 WallpaperPreferenceKeys.KEY_HOME_WALLPAPER_BACKING_FILE, fileName).apply(); in setHomeWallpaperBackingFileName() 200 WallpaperPreferenceKeys.KEY_HOME_WALLPAPER_HASH_CODE, hashCode).apply(); in setHomeWallpaperHashCode() 222 .apply(); in clearHomeWallpaperMetadata() 233 WallpaperPreferenceKeys.KEY_HOME_WALLPAPER_PACKAGE_NAME, packageName).apply(); in setHomeWallpaperPackageName() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | DefaultOmtpEventHandler.java | 60 .apply(); in handleConfigurationEvent() 69 .apply(); in handleConfigurationEvent() 76 .apply(); in handleConfigurationEvent() 79 status.setConfigurationState(Status.CONFIGURATION_STATE_FAILED).apply(); in handleConfigurationEvent() 82 status.setConfigurationState(Status.CONFIGURATION_STATE_FAILED).apply(); in handleConfigurationEvent() 94 status.setDataChannelState(Status.DATA_CHANNEL_STATE_OK).apply(); in handleDataChannelEvent() 98 status.setDataChannelState(Status.DATA_CHANNEL_STATE_NO_CONNECTION).apply(); in handleDataChannelEvent() 104 .apply(); in handleDataChannelEvent() 109 .apply(); in handleDataChannelEvent() 115 .apply(); in handleDataChannelEvent() [all …]
|
D | VoicemailStatus.java | 92 public boolean apply() { in apply() method in VoicemailStatus.Editor 131 public boolean apply() { in apply() method in VoicemailStatus.DeferredEditor 137 super.apply(); in deferredApply() 154 .apply(); in disable()
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
D | MailPrefs.java | 228 createWidgetPreferenceValue(account, folderUri)).apply(); in configureWidget() 246 getEditor().apply(); in clearWidgets() 255 getEditor().putBoolean(PreferenceKeys.DEFAULT_REPLY_ALL, replyAll).apply(); in setDefaultReplyAll() 283 getEditor().putString(PreferenceKeys.REMOVAL_ACTION, removalAction).apply(); in setRemovalAction() 296 getEditor().putBoolean(PreferenceKeys.CONVERSATION_LIST_SWIPE, enabled).apply(); in setConversationListSwipeEnabled() 331 .apply(); in cacheActiveNotificationSet() 346 getEditor().putBoolean(PreferenceKeys.CONVERSATION_PHOTO_TEASER_SHOWN, true).apply(); in setConversationPhotoTeaserAlreadyShown() 360 getEditor().putInt(PreferenceKeys.LONG_PRESS_TO_SELECT_TIP_SHOWN, 1).apply(); in setLongPressToSelectTipAlreadyShown() 365 getEditor().putStringSet(PreferenceKeys.DISPLAY_IMAGES, addresses).apply(); in setSenderWhitelist() 369 getEditor().putStringSet(PreferenceKeys.DISPLAY_IMAGES_PATTERNS, patterns).apply(); in setSenderWhitelistPatterns() [all …]
|
D | AccountPreferences.java | 106 getEditor().putBoolean(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED, enabled).apply(); in setDefaultInboxNotificationsEnabled() 110 getEditor().remove(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED).apply(); in clearDefaultInboxNotificationsEnabled() 118 getEditor().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply(); in setNotificationsEnabled() 130 getEditor().putInt(PreferenceKeys.ACCOUNT_SYNC_OFF_DISMISSES, 0).apply(); in resetNumOfDismissesForAccountSyncOff() 137 getEditor().putInt(PreferenceKeys.ACCOUNT_SYNC_OFF_DISMISSES, value + 1).apply(); in incNumOfDismissesForAccountSyncOff() 145 getEditor().putInt(PreferenceKeys.LAST_SEEN_OUTBOX_COUNT, count).apply(); in setLastSeenOutboxCount()
|
/packages/apps/Camera2/src/com/android/camera/async/ |
D | Futures2.java | 37 ListenableFuture<TResult> apply(T1 value1, T2 value2) throws Exception; in apply() method 44 ListenableFuture<TResult> apply(T1 value1, T2 value2, T3 value3) throws Exception; in apply() method 51 TResult apply(T1 value1, T2 value2); in apply() method 58 TResult apply(T1 value1, T2 value2, T3 value3); in apply() method 101 public ListenableFuture<TResult> apply(@Nullable List<Object> list) throws Exception { 105 return fn.apply(value1, value2); 146 public ListenableFuture<TResult> apply(@Nullable List<Object> list) throws Exception { 151 return fn.apply(value1, value2, value3); 183 public ListenableFuture<TResult> apply(T1 value1, T2 value2) throws Exception { 184 return Futures.immediateFuture(mFn.apply(value1, value2)); [all …]
|
/packages/apps/TV/src/com/android/tv/util/ |
D | TvSettings.java | 84 .apply(); in setMultiAudioId() 96 .apply(); in setMultiAudioLanguage() 108 .apply(); in setMultiAudioChannelCount() 118 .apply(); in setDvrPlaybackTrackSettings() 125 .apply(); in setDvrPlaybackTrackSettings() 132 .apply(); in setDvrPlaybackTrackSettings() 138 .apply(); in setDvrPlaybackTrackSettings() 178 .apply(); in addContentRatingSystem() 188 .apply(); in removeContentRatingSystem() 223 .apply(); in setContentRatingLevel() [all …]
|
D | SetupUtils.java | 207 .apply(); in markAsKnownInput() 245 .apply(); in markAllInputsRecognized() 318 mSharedPreferences.edit().putBoolean(PREF_KEY_IS_FIRST_TUNE, false).apply(); in onTuned() 360 .apply(); in onInputListUpdated() 378 .apply(); in onSetupDone() 383 mSharedPreferences.edit().putStringSet(PREF_KEY_KNOWN_INPUTS, mKnownInputs).apply(); in onSetupDone() 387 mSharedPreferences.edit().putStringSet(PREF_KEY_SET_UP_INPUTS, mSetUpInputs).apply(); in onSetupDone()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | SharedPreferenceUtil.java | 72 .apply(); in setHamburgerPromoDisplayedBefore() 84 .apply(); in setHamburgerMenuClickedBefore() 96 .apply(); in setHamburgerPromoTriggerActionHappenedBefore() 133 .putInt(PREFERENCE_KEY_GLOBAL_SYNC_OFF_DISMISSES, 0).apply(); in resetNumOfDismissesForAutoSyncOff() 141 .putInt(PREFERENCE_KEY_GLOBAL_SYNC_OFF_DISMISSES, value + 1).apply(); in incNumOfDismissesForAutoSyncOff() 157 .putInt(buildSharedPrefsName(accountName), 0).apply(); in resetNumOfDismissesForAccountSyncOff() 165 .putInt(buildSharedPrefsName(accountName), value + 1).apply(); in incNumOfDismissesForAccountSyncOff() 190 .apply(); in persistSimStates() 229 .apply(); in addRestoredDevice() 255 isDismissed).apply(); in setWelcomeCardDismissed()
|
/packages/apps/Email/provider_src/com/android/email/ |
D | Preferences.java | 117 getPreferences(context).mSharedPreferences.edit().remove(ACCOUNT_UUIDS).apply(); in clearLegacyBackupPreference() 121 mSharedPreferences.edit().putBoolean(ENABLE_DEBUG_LOGGING, value).apply(); in setEnableDebugLogging() 129 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_LOGGING, value).apply(); in setEnableExchangeLogging() 137 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_FILE_LOGGING, value).apply(); in setEnableExchangeFileLogging() 145 mSharedPreferences.edit().putBoolean(ENABLE_STRICT_MODE, value).apply(); in setEnableStrictMode() 161 mSharedPreferences.edit().putString(DEVICE_UID, result).apply(); in getDeviceUID() 171 mSharedPreferences.edit().putInt(ONE_TIME_INITIALIZATION_PROGRESS, progress).apply(); in setOneTimeInitializationProgress() 266 .apply(); in setLastUsedAccountId() 270 mSharedPreferences.edit().clear().apply(); in clear()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchSettingsImpl.java | 99 SharedPreferencesCompat.apply(getSearchPreferences().edit().putBoolean(name, value)); in storeBoolean() 103 SharedPreferencesCompat.apply(getSearchPreferences().edit().putInt(name, value)); in storeInt() 107 SharedPreferencesCompat.apply(getSearchPreferences().edit().putLong(name, value)); in storeLong() 111 SharedPreferencesCompat.apply(getSearchPreferences().edit().putString(name, value)); in storeString() 115 SharedPreferencesCompat.apply(getSearchPreferences().edit().remove(name)); in removePref() 157 SharedPreferencesCompat.apply(prefs.edit() in haveVoiceSearchHintsExpired() 210 SharedPreferencesCompat.apply(sharedPrefEditor); in setSearchBaseDomain()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | SettingsDAO.java | 82 prefs.edit().putInt(KEY_ALARM_GLOBAL_ID, globalId).apply(); in updateGlobalIntentId() 100 prefs.edit().putInt(KEY_SORT_PREFERENCE, newSort.ordinal()).apply(); in toggleCitySort() 126 prefs.edit().putString(SettingsActivity.KEY_HOME_TZ, timeZoneId).apply(); in getHomeTimeZone() 152 prefs.edit().putBoolean(SettingsActivity.KEY_CLOCK_DISPLAY_SECONDS, displaySeconds).apply(); in setDisplayClockSeconds() 201 prefs.edit().putBoolean(SettingsActivity.KEY_TIMER_VIBRATE, enabled).apply(); in setTimerVibrate() 208 prefs.edit().putString(SettingsActivity.KEY_TIMER_RINGTONE, uri.toString()).apply(); in setTimerRingtoneUri() 224 prefs.edit().putString(KEY_DEFAULT_ALARM_RINGTONE_URI, uri.toString()).apply(); in setDefaultAlarmRingtoneUri() 274 prefs.edit().putBoolean(KEY_RESTORE_BACKUP_FINISHED, true).apply(); in setRestoreBackupFinished() 276 prefs.edit().remove(KEY_RESTORE_BACKUP_FINISHED).apply(); in setRestoreBackupFinished()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | Settings.java | 270 editor.apply(); in readShowsLanguageSwitchKey() 284 prefs.edit().putString(PREF_CUSTOM_INPUT_STYLES, prefSubtypes).apply(); in writePrefAdditionalSubtypes() 383 mPrefs.edit().remove(PREF_LAST_USED_PERSONALIZATION_TOKEN).apply(); in writeLastUsedPersonalizationToken() 386 mPrefs.edit().putString(PREF_LAST_USED_PERSONALIZATION_TOKEN, tokenStr).apply(); in writeLastUsedPersonalizationToken() 396 mPrefs.edit().putLong(PREF_LAST_PERSONALIZATION_DICT_WIPED_TIME, timestamp).apply(); in writeLastPersonalizationDictWipedTime() 404 mPrefs.edit().putStringSet(PREF_CORPUS_HANDLES_FOR_PERSONALIZATION, corpusHandles).apply(); in writeCorpusHandlesForPersonalization() 413 prefs.edit().putString(PREF_EMOJI_RECENT_KEYS, str).apply(); in writeEmojiRecentKeys() 423 prefs.edit().putInt(key, categoryPageId).apply(); in writeLastTypedEmojiCategoryPageId() 434 prefs.edit().putInt(PREF_LAST_SHOWN_EMOJI_CATEGORY_ID, categoryId).apply(); in writeLastShownEmojiCategoryId()
|
D | AdvancedSettingsFragment.java | 137 prefs.edit().putInt(key, value).apply(); in setupKeypressVibrationDurationSettings() 142 prefs.edit().remove(key).apply(); in setupKeypressVibrationDurationSettings() 192 prefs.edit().putFloat(key, getValueFromPercentage(value)).apply(); in setupKeypressSoundVolumeSettings() 197 prefs.edit().remove(key).apply(); in setupKeypressSoundVolumeSettings() 237 prefs.edit().putInt(key, value).apply(); in setupKeyLongpressTimeoutSettings() 242 prefs.edit().remove(key).apply(); in setupKeyLongpressTimeoutSettings()
|
D | DebugSettingsFragment.java | 173 prefs.edit().putFloat(key, getValueFromPercentage(value)).apply(); in setupKeyPreviewAnimationScale() 178 prefs.edit().remove(key).apply(); in setupKeyPreviewAnimationScale() 215 prefs.edit().putInt(key, value).apply(); in setupKeyPreviewAnimationDuration() 220 prefs.edit().remove(key).apply(); in setupKeyPreviewAnimationDuration() 261 prefs.edit().putFloat(key, getValueFromPercentage(value)).apply(); in setupKeyboardHeight() 266 prefs.edit().remove(key).apply(); in setupKeyboardHeight()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/ |
D | FlingAnimationUtils.java | 64 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply() method in FlingAnimationUtils 65 apply(animator, currValue, endValue, velocity, Math.abs(endValue - currValue)); in apply() 77 public void apply( in apply() method in FlingAnimationUtils 79 apply(animator, currValue, endValue, velocity, Math.abs(endValue - currValue)); in apply() 93 public void apply( in apply() method in FlingAnimationUtils 111 public void apply( in apply() method in FlingAnimationUtils
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | MenuManager.java | 75 stringSupplier.apply(R.string.app_label)); in updateKeyboardShortcutsMenu() 77 stringSupplier.apply(R.string.menu_cut_to_clipboard), KeyEvent.KEYCODE_X, in updateKeyboardShortcutsMenu() 80 stringSupplier.apply(R.string.menu_copy_to_clipboard), KeyEvent.KEYCODE_C, in updateKeyboardShortcutsMenu() 83 stringSupplier.apply(R.string.menu_paste_from_clipboard), KeyEvent.KEYCODE_V, in updateKeyboardShortcutsMenu() 86 stringSupplier.apply(R.string.menu_create_dir), KeyEvent.KEYCODE_E, in updateKeyboardShortcutsMenu() 89 stringSupplier.apply(R.string.menu_select_all), KeyEvent.KEYCODE_A, in updateKeyboardShortcutsMenu() 92 stringSupplier.apply(R.string.menu_new_window), KeyEvent.KEYCODE_N, in updateKeyboardShortcutsMenu()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | BuglePrefsImpl.java | 87 editor.apply(); in putInt() 97 editor.apply(); in putLong() 107 editor.apply(); in putBoolean() 117 editor.apply(); in putString() 133 editor.apply(); in remove()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | VideoProviderTest.java | 328 public boolean apply(Void v) { in testSetPreviewSurface() 337 public boolean apply(Void v) { in testSetPreviewSurface() 355 public boolean apply(Void v) { in testSetDisplaySurface() 364 public boolean apply(Void v) { in testSetDisplaySurface() 381 public boolean apply(Void v) { in testSetDeviceOrientation() 390 public boolean apply(Void v) { in testSetDeviceOrientation() 406 public boolean apply(Void v) { in testSetZoom() 470 public boolean apply(Void v) { in testSessionModifyResponse() 510 public boolean apply(Void v) { in testSetPauseImage()
|
/packages/apps/Dialer/java/com/android/dialer/postcall/ |
D | PostCall.java | 114 .apply(); in promptUserToSendMessage() 153 .apply(); in promptUserToViewSentMessage() 161 .apply(); in onDisconnectPressed() 171 .apply(); in onCallDisconnected() 180 .apply(); in onMessageSent() 208 .apply(); in clear()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/prefs/ |
D | TunerPreferences.java | 56 .apply(); in setChannelDataVersion() 70 .apply(); in setScannedChannelCount() 84 .apply(); in setScanDone() 98 .apply(); in setTrickplayExpiredMs()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/network/ |
D | WallpaperRequester.java | 65 .apply(RequestOptions.option(HttpGlideUrlLoader.TIMEOUT, LONG_TIMEOUT_MS)) in loadImageFile() 81 .apply(RequestOptions.option(HttpGlideUrlLoader.TIMEOUT, LONG_TIMEOUT_MS)) in loadImageFileWithActivity() 91 .apply(RequestOptions.noTransformation()) in loadImageBitmap() 92 .apply(RequestOptions.option(HttpGlideUrlLoader.TIMEOUT, LONG_TIMEOUT_MS)) in loadImageBitmap()
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
D | AppUpgrader.java | 111 defaultPreferences.edit().remove(OLD_KEY_UPGRADE_VERSION).apply(); in getLastVersion() 362 newPrefs.edit().remove(key).apply(); in copyPreferences() 365 newPrefs.edit().putString(key, boolValue).apply(); in copyPreferences() 368 newPrefs.edit().putString(key, intValue).apply(); in copyPreferences() 376 newPrefs.edit().putString(key, intValue).apply(); in copyPreferences() 382 newPrefs.edit().putString(key, (String) value).apply(); in copyPreferences() 386 newPrefs.edit().remove(key).apply(); in copyPreferences()
|
/packages/apps/Dialer/java/com/android/dialer/contacts/displaypreference/ |
D | ContactDisplayPreferencesImpl.java | 58 sharedPreferences.edit().putString(displayOrderKey, displayOrder.getValue(appContext)).apply(); in setDisplayOrder() 72 sharedPreferences.edit().putString(sortOrderKey, sortOrder.getValue(appContext)).apply(); in setSortOrder() 96 .apply(); in migrate() 97 oldPreference.edit().remove(displayOrderKey).remove(sortOrderKey).apply(); in migrate()
|
/packages/apps/Dialer/java/com/android/dialer/configprovider/ |
D | SharedPrefConfigProvider.java | 92 editor.apply(); in put() 98 sharedPreferences.edit().putBoolean(PREF_PREFIX + key, value).apply(); in putBoolean() 102 sharedPreferences.edit().putLong(PREF_PREFIX + key, value).apply(); in putLong() 106 sharedPreferences.edit().putString(PREF_PREFIX + key, value).apply(); in putString()
|