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

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMailIntentService.java92 NotificationUtils.resendNotifications(
102 NotificationUtils.resendNotifications(this, false, account.uri,
H A DNotificationActionIntentService.java127 NotificationActionUtils.resendNotifications(context, notificationAction.getAccount(),
154 NotificationActionUtils.resendNotifications(context, notificationAction.getAccount(),
/packages/apps/Email/provider_src/com/android/email/service/
H A DEmailBroadcastProcessorService.java372 NotificationActionUtils.resendNotifications(getApplicationContext(),
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java825 resendNotifications(context, account, folder);
866 public static void resendNotifications(final Context context, final Account account, method in class:NotificationActionUtils
868 LogUtils.i(LOG_TAG, "resendNotifications account: %s, folder: %s",
H A DNotificationUtils.java346 resendNotifications(context, true, null, null, contactFetcher);
364 public static void resendNotifications(Context context, final boolean cancelExisting, method in class:NotificationUtils
367 LogUtils.i(LOG_TAG, "resendNotifications cancelExisting: %b, account: %s, folder: %s",
373 LogUtils.d(LOG_TAG, "resendNotifications - cancelling all");
389 LogUtils.d(LOG_TAG, "resendNotifications - not resending %s / %s"
395 LogUtils.d(LOG_TAG, "resendNotifications - resending %s / %s",
/packages/apps/Email/src/com/android/email/
H A DEmailNotificationController.java741 NotificationUtils.resendNotifications(

Completed in 391 milliseconds