Searched defs:folderPreferences (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java368 final FolderPreferences folderPreferences = new FolderPreferences(
371 if (!folderPreferences.areNotificationsEnabled()) {
558 final FolderPreferences folderPreferences =
564 moveNotificationSetting(accountPreferences, folderPreferences);
567 if (!folderPreferences.areNotificationsEnabled()) {
608 configureLatestEventInfoFromConversation(context, account, folderPreferences,
615 final boolean vibrate = folderPreferences.isNotificationVibrateEnabled();
616 final String ringtoneUri = folderPreferences.getNotificationRingtoneUri();
617 final boolean notifyOnce = !folderPreferences.isEveryMessageNotificationEnabled();
628 Boolean.toString(folderPreferences
733 configureLatestEventInfoFromConversation(final Context context, final Account account, final FolderPreferences folderPreferences, final NotificationCompat.Builder notification, final Cursor conversationCursor, final PendingIntent clickIntent, final Intent notificationIntent, final int unreadCount, final int unseenCount, final Folder folder, final long when) argument
1559 moveNotificationSetting(final AccountPreferences accountPreferences, final FolderPreferences folderPreferences) argument
[all...]

Completed in 60 milliseconds