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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java63 * If an {@link NotificationAction} exists here for a given notification key, then we should
66 public static final ObservableSparseArrayCompat<NotificationAction> sUndoNotifications =
67 new ObservableSparseArrayCompat<NotificationAction>();
355 final NotificationAction notificationAction = new NotificationAction(action, account,
357 NotificationAction.SOURCE_LOCAL, notificationId);
424 final NotificationAction notificationAction = new NotificationAction(action, account,
426 NotificationAction.SOURCE_REMOTE, notificationId);
481 public static class NotificationAction implement class in class:NotificationActionUtils
497 public NotificationAction(final NotificationActionType notificationActionType, method in class:NotificationActionUtils.NotificationAction
614 private NotificationAction(final Parcel in, final ClassLoader loader) { method in class:NotificationActionUtils.NotificationAction
[all...]

Completed in 11 milliseconds