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

/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",

Completed in 122 milliseconds