Home
last modified time | relevance | path

Searched refs:mInboxFolderPreferences (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsFragment.java143 private FolderPreferences mInboxFolderPreferences; field in AccountSettingsFragment
258 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 …]