Home
last modified time | relevance | path

Searched refs:NotificationAction (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java66 public static final ObservableSparseArrayCompat<NotificationAction> sUndoNotifications =
67 new ObservableSparseArrayCompat<NotificationAction>();
355 final NotificationAction notificationAction = new NotificationAction(action, account, in getNotificationActionPendingIntent()
357 NotificationAction.SOURCE_LOCAL, notificationId); in getNotificationActionPendingIntent()
424 final NotificationAction notificationAction = new NotificationAction(action, account, in getWearNotificationActionPendingIntent()
426 NotificationAction.SOURCE_REMOTE, notificationId); in getWearNotificationActionPendingIntent()
481 public static class NotificationAction implements Parcelable { class in NotificationActionUtils
497 public NotificationAction(final NotificationActionType notificationActionType, in NotificationAction() method in NotificationActionUtils.NotificationAction
595 public static final Parcelable.ClassLoaderCreator<NotificationAction> CREATOR =
596 new Parcelable.ClassLoaderCreator<NotificationAction>() {
[all …]
DNotificationUtils.java65 import com.android.mail.utils.NotificationActionUtils.NotificationAction;
398 final NotificationAction undoableAction = in resendNotifications()
/packages/apps/UnifiedEmail/src/com/android/mail/
DNotificationActionIntentService.java32 import com.android.mail.utils.NotificationActionUtils.NotificationAction;
71 private static void logNotificationAction(String intentAction, NotificationAction action) { in logNotificationAction()
100 final NotificationAction notificationAction; in onHandleIntent()
106 notificationAction = NotificationAction.CREATOR.createFromParcel(in, in onHandleIntent()
107 NotificationAction.class.getClassLoader()); in onHandleIntent()
121 if (notificationAction.getSource() == NotificationAction.SOURCE_REMOTE) { in onHandleIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java52 import com.android.mail.utils.NotificationActionUtils.NotificationAction;
2412 final SparseArrayCompat<NotificationAction> undoNotifications = in handleNotificationActions()
2423 final NotificationAction notificationAction = in handleNotificationActions()