Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/
DMailIntentService.java92 NotificationUtils.resendNotifications( in onHandleIntent()
102 NotificationUtils.resendNotifications(this, false, account.uri, in onHandleIntent()
DNotificationActionIntentService.java127 NotificationActionUtils.resendNotifications(context, notificationAction.getAccount(), in onHandleIntent()
154 NotificationActionUtils.resendNotifications(context, notificationAction.getAccount(), in onHandleIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java825 resendNotifications(context, account, folder); in cancelUndoNotification()
866 public static void resendNotifications(final Context context, final Account account, in resendNotifications() method in NotificationActionUtils
DNotificationUtils.java346 resendNotifications(context, true, null, null, contactFetcher); in cancelAndResendNotificationsOnLocaleChange()
364 public static void resendNotifications(Context context, final boolean cancelExisting, in resendNotifications() method in NotificationUtils
/packages/apps/Email/provider_src/com/android/email/service/
DEmailBroadcastProcessorService.java372 NotificationActionUtils.resendNotifications(getApplicationContext(), in onSystemAccountChanged()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java741 NotificationUtils.resendNotifications( in refreshAllNotificationsInternal()