Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/
DMailIntentService.java30 import com.android.mail.utils.NotificationUtils;
76 NotificationUtils.cancelAndResendNotificationsOnLocaleChange( in onHandleIntent()
82 NotificationUtils.clearFolderNotification(this, account, folder, true /* markSeen */); in onHandleIntent()
89 NotificationUtils.resendNotifications(this, false, accountUri, in onHandleIntent()
98 NotificationUtils.markConversationAsReadAndSeen(this, conversationUri); in onHandleIntent()
99 NotificationUtils.resendNotifications(this, false, account.uri, in onHandleIntent()
102 final int unreadCount = intent.getIntExtra(NotificationUtils.EXTRA_UNREAD_COUNT, 0); in onHandleIntent()
103 final int unseenCount = intent.getIntExtra(NotificationUtils.EXTRA_UNSEEN_COUNT, 0); in onHandleIntent()
107 intent.getBooleanExtra(NotificationUtils.EXTRA_GET_ATTENTION, false); in onHandleIntent()
109 NotificationUtils.setNewEmailIndicator(this, unreadCount, unseenCount, in onHandleIntent()
/packages/apps/Email/src/com/android/email/
DNotificationController.java55 import com.android.mail.utils.NotificationUtils;
574 NotificationUtils.clearAccountNotifications(context, notifAccount); in cancelNotifications()
710 NotificationUtils.sendSetNewEmailIndicatorIntent(context, unreadCount, unseenCount, in handleUpdateNotificationIntent()
730 NotificationUtils.resendNotifications( in refreshAllNotificationsInternal()
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DContactPhotoFetcher.java21 import com.android.mail.utils.NotificationUtils;
24 NotificationUtils.ContactIconInfo getContactPhoto( in getContactPhoto()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java790 final int notificationId = NotificationUtils.getNotificationId( in createUndoNotification()
817 NotificationUtils.getNotificationId(account.getAccountManagerAccount(), folder); in cancelUndoNotification()
838 final int notificationId = NotificationUtils.getNotificationId( in processUndoNotification()
DNotificationUtils.java95 public class NotificationUtils { class
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsFragment.java70 import com.android.mail.utils.NotificationUtils;
639 NotificationUtils.moveNotificationSetting( in loadSettings()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
DNotificationUtilsTest.java22 import com.android.mail.utils.NotificationUtils.MailMessagePlainTextConverter;