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

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMailIntentService.java82 NotificationUtils.resendNotifications(this, false, accountUri,
H A DNotificationActionIntentService.java142 NotificationActionUtils.resendNotifications(context, notificationAction.getAccount(),
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java711 resendNotifications(context, account, folder);
731 resendNotifications(context, account, folder);
754 public static void resendNotifications(final Context context, final Account account, method in class:NotificationActionUtils
756 LogUtils.i(LOG_TAG, "resendNotifications account: %s, folder: %s",
H A DNotificationUtils.java277 resendNotifications(context, true, null, null);
295 public static void resendNotifications(Context context, final boolean cancelExisting, method in class:NotificationUtils
297 LogUtils.d(LOG_TAG, "resendNotifications ");
300 LogUtils.d(LOG_TAG, "resendNotifications - cancelling all");
317 LogUtils.d(LOG_TAG, "resendNotifications - not resending %s / %s"
323 LogUtils.d(LOG_TAG, "resendNotifications - resending %s / %s",
/packages/apps/Email/src/com/android/email/
H A DNotificationController.java686 NotificationUtils.resendNotifications(context, false, null, null);

Completed in 194 milliseconds