Searched refs:NotificationAction (Results 1 – 4 of 4) sorted by relevance
66 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 NotificationActionUtils497 public NotificationAction(final NotificationActionType notificationActionType, in NotificationAction() method in NotificationActionUtils.NotificationAction595 public static final Parcelable.ClassLoaderCreator<NotificationAction> CREATOR =596 new Parcelable.ClassLoaderCreator<NotificationAction>() {[all …]
65 import com.android.mail.utils.NotificationActionUtils.NotificationAction;398 final NotificationAction undoableAction = in resendNotifications()
32 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()
52 import com.android.mail.utils.NotificationActionUtils.NotificationAction;2412 final SparseArrayCompat<NotificationAction> undoNotifications = in handleNotificationActions()2423 final NotificationAction notificationAction = in handleNotificationActions()