Searched refs:resendNotifications (Results 1 - 6 of 6) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/ |
H A D | MailIntentService.java | 92 NotificationUtils.resendNotifications( 102 NotificationUtils.resendNotifications(this, false, account.uri,
|
H A D | NotificationActionIntentService.java | 127 NotificationActionUtils.resendNotifications(context, notificationAction.getAccount(), 154 NotificationActionUtils.resendNotifications(context, notificationAction.getAccount(),
|
/packages/apps/Email/provider_src/com/android/email/service/ |
H A D | EmailBroadcastProcessorService.java | 372 NotificationActionUtils.resendNotifications(getApplicationContext(),
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
H A D | NotificationActionUtils.java | 825 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 D | NotificationUtils.java | 346 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 D | EmailNotificationController.java | 741 NotificationUtils.resendNotifications(
|
Completed in 421 milliseconds