Lines Matching refs:apply

205                 createWidgetPreferenceValue(account, folderUri)).apply();
223 getEditor().apply();
232 getEditor().putBoolean(PreferenceKeys.DEFAULT_REPLY_ALL, replyAll).apply();
255 getEditor().putString(PreferenceKeys.REMOVAL_ACTION, removalAction).apply();
268 getEditor().putBoolean(PreferenceKeys.CONVERSATION_LIST_SWIPE, enabled).apply();
303 .apply();
318 getEditor().putBoolean(PreferenceKeys.CONVERSATION_PHOTO_TEASER_SHOWN, true).apply();
332 getEditor().putInt(PreferenceKeys.LONG_PRESS_TO_SELECT_TIP_SHOWN, 1).apply();
337 getEditor().putStringSet(PreferenceKeys.DISPLAY_IMAGES, addresses).apply();
341 getEditor().putStringSet(PreferenceKeys.DISPLAY_IMAGES_PATTERNS, patterns).apply();
423 editor.apply();
427 getEditor().putBoolean(PreferenceKeys.SHOW_SENDER_IMAGES, enable).apply();
444 getEditor().putInt(PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, 0).apply();
451 getEditor().putInt(PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, value + 1).apply();
455 getEditor().putBoolean(PreferenceKeys.CONFIRM_DELETE, confirmDelete).apply();
464 getEditor().putBoolean(PreferenceKeys.CONFIRM_ARCHIVE, confirmArchive).apply();
473 getEditor().putBoolean(PreferenceKeys.CONFIRM_SEND, confirmSend).apply();
482 getEditor().putInt(PreferenceKeys.AUTO_ADVANCE_MODE, mode).apply();
492 getEditor().putBoolean(PreferenceKeys.CONVERSATION_OVERVIEW_MODE, overviewMode).apply();
505 getEditor().putInt(PreferenceKeys.SNAP_HEADER_MODE, snapHeaderMode).apply();
522 getEditor().putStringSet(PreferenceKeys.RECENT_ACCOUNTS, recentAccounts).apply();