Lines Matching refs:notificationAction

100         final NotificationAction notificationAction;  in onHandleIntent()  local
106 notificationAction = NotificationAction.CREATOR.createFromParcel(in, in onHandleIntent()
113 final Message message = notificationAction.getMessage(); in onHandleIntent()
119 logNotificationAction(action, notificationAction); in onHandleIntent()
121 if (notificationAction.getSource() == NotificationAction.SOURCE_REMOTE) { in onHandleIntent()
124 LogUtils.d(LOG_TAG, "Canceling %s", notificationAction.getNotificationId()); in onHandleIntent()
125 NotificationManagerCompat.from(context).cancel(notificationAction.getNotificationId()); in onHandleIntent()
126 NotificationActionUtils.processDestructiveAction(this, notificationAction); in onHandleIntent()
127 NotificationActionUtils.resendNotifications(context, notificationAction.getAccount(), in onHandleIntent()
128 notificationAction.getFolder()); in onHandleIntent()
133 NotificationActionUtils.cancelUndoTimeout(context, notificationAction); in onHandleIntent()
134 NotificationActionUtils.cancelUndoNotification(context, notificationAction); in onHandleIntent()
137 NotificationActionUtils.createUndoNotification(context, notificationAction); in onHandleIntent()
139 NotificationActionUtils.registerUndoTimeout(context, notificationAction); in onHandleIntent()
143 NotificationActionUtils.cancelUndoTimeout(this, notificationAction); in onHandleIntent()
144 NotificationActionUtils.processUndoNotification(this, notificationAction); in onHandleIntent()
154 NotificationActionUtils.resendNotifications(context, notificationAction.getAccount(), in onHandleIntent()
155 notificationAction.getFolder()); in onHandleIntent()