Searched refs:NotificationActionIntentService (Results 1 – 2 of 2) sorted by relevance
37 import com.android.mail.NotificationActionIntentService;390 NotificationActionIntentService.ACTION_ARCHIVE_REMOVE_LABEL; in getNotificationActionPendingIntent()400 final String intentAction = NotificationActionIntentService.ACTION_DELETE; in getNotificationActionPendingIntent()450 ? NotificationActionIntentService.ACTION_ARCHIVE_REMOVE_LABEL in getWearNotificationActionPendingIntent()451 : NotificationActionIntentService.ACTION_DELETE; in getWearNotificationActionPendingIntent()647 final Intent clickIntent = new Intent(NotificationActionIntentService.ACTION_UNDO); in createUndoNotification()659 final Intent deleteIntent = new Intent(NotificationActionIntentService.ACTION_DESTRUCT); in createUndoNotification()722 final Intent intent = new Intent(NotificationActionIntentService.ACTION_UNDO_TIMEOUT); in createUndoTimeoutPendingIntent()908 intent.putExtra(NotificationActionIntentService.EXTRA_NOTIFICATION_ACTION, out.marshall()); in putNotificationActionExtra()
37 public class NotificationActionIntentService extends IntentService { class67 public NotificationActionIntentService() { in NotificationActionIntentService() method in NotificationActionIntentService