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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java60 * If an {@link NotificationAction} exists here for a given notification key, then we should
63 public static final ObservableSparseArrayCompat<NotificationAction> sUndoNotifications =
64 new ObservableSparseArrayCompat<NotificationAction>();
305 final NotificationAction notificationAction = new NotificationAction(action, account,
391 public static class NotificationAction implements Parcelable { class in class:NotificationActionUtils
402 public NotificationAction(final NotificationActionType notificationActionType, method in class:NotificationActionUtils.NotificationAction
487 public static final Parcelable.ClassLoaderCreator<NotificationAction> CREATOR =
488 new Parcelable.ClassLoaderCreator<NotificationAction>() {
490 public NotificationAction createFromParce
506 private NotificationAction(final Parcel in, final ClassLoader loader) { method in class:NotificationActionUtils.NotificationAction
[all...]

Completed in 51 milliseconds