Searched refs:mInboxFolderPreferences (Results 1 – 1 of 1) sorted by relevance
143 private FolderPreferences mInboxFolderPreferences; field in AccountSettingsFragment258 mInboxFolderPreferences.setNotificationRingtoneUri(ringtone.toString()); in setRingtone()262 mInboxFolderPreferences.setNotificationRingtoneUri(""); in setRingtone()391 mInboxFolderPreferences.setNotificationsEnabled((Boolean) newValue); in onPreferenceChange()396 mInboxFolderPreferences.setNotificationVibrateEnabled(vibrateSetting); in onPreferenceChange()568 mInboxFolderPreferences = null; in onLoadFinished()570 mInboxFolderPreferences = new FolderPreferences(mContext, in onLoadFinished()640 if (mInboxFolderPreferences != null) { in loadSettings()642 accountPreferences, mInboxFolderPreferences); in loadSettings()789 if (mInboxFolderPreferences != null) { in loadSettings()[all …]