Searched refs:createUndoNotification (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DNotificationActionIntentService.java137 NotificationActionUtils.createUndoNotification(context, notificationAction);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java629 public static Notification createUndoNotification(final Context context, method in class:NotificationActionUtils
631 LogUtils.i(LOG_TAG, "createUndoNotification for %s",
786 public static void createUndoNotification(final Context context, method in class:NotificationActionUtils
788 LogUtils.i(LOG_TAG, "createUndoNotification for %s",
796 createUndoNotification(context, notificationAction, notificationId);
H A DNotificationUtils.java405 NotificationActionUtils.createUndoNotification(context, undoableAction);

Completed in 113 milliseconds