Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsFragment.java61 import com.android.mail.preferences.FolderPreferences;
143 private FolderPreferences mInboxFolderPreferences;
390 } else if (FolderPreferences.PreferenceKeys.NOTIFICATIONS_ENABLED.equals(key)) { in onPreferenceChange()
393 } else if (FolderPreferences.PreferenceKeys.NOTIFICATION_VIBRATE.equals(key)) { in onPreferenceChange()
398 } else if (FolderPreferences.PreferenceKeys.NOTIFICATION_RINGTONE.equals(key)) { in onPreferenceChange()
570 mInboxFolderPreferences = new FolderPreferences(mContext, in onLoadFinished()
791 FolderPreferences.PreferenceKeys.NOTIFICATIONS_ENABLED); in loadSettings()
795 mInboxRingtone = findPreference(FolderPreferences.PreferenceKeys.NOTIFICATION_RINGTONE); in loadSettings()
815 FolderPreferences.PreferenceKeys.NOTIFICATION_VIBRATE); in loadSettings()
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DFolderPreferences.java40 public class FolderPreferences extends VersionedPrefs { class
76 public FolderPreferences(final Context context, final String accountEmail, final Folder folder, in FolderPreferences() method in FolderPreferences
93 …public FolderPreferences(final Context context, final String accountEmail, final String persistent… in FolderPreferences() method in FolderPreferences
98 private FolderPreferences(final Context context, final String accountEmail, final Folder folder, in FolderPreferences() method in FolderPreferences
/packages/apps/Email/src/com/android/email/preferences/
DEmailPreferenceMigrator.java27 import com.android.mail.preferences.FolderPreferences;
149 final FolderPreferences folderPreferences = in migrate()
150 new FolderPreferences(context, account.getEmailAddress(), folder, in migrate()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java57 import com.android.mail.preferences.FolderPreferences;
442 final FolderPreferences folderPreferences = new FolderPreferences( in validateAccountNotifications()
679 final FolderPreferences folderPreferences = in validateNotifications()
680 new FolderPreferences(context, account.getAccountId(), folder, isInbox); in validateNotifications()
966 final Account account, final FolderPreferences folderPreferences, in configureLatestEventInfoFromConversation()
1191 Account account, FolderPreferences folderPreferences, in configureNotifForOneConversation()
2002 final FolderPreferences folderPreferences) { in moveNotificationSetting()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java49 import com.android.mail.preferences.FolderPreferences;
360 final FolderPreferences folderPreferences = new FolderPreferences( in setupSoundAndVibration()