Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java395 putNotificationActionExtra(intent, notificationAction); in getNotificationActionPendingIntent()
405 putNotificationActionExtra(intent, notificationAction); in getNotificationActionPendingIntent()
456 putNotificationActionExtra(intent, notificationAction); in getWearNotificationActionPendingIntent()
650 putNotificationActionExtra(clickIntent, notificationAction); in createUndoNotification()
662 putNotificationActionExtra(deleteIntent, notificationAction); in createUndoNotification()
725 putNotificationActionExtra(intent, notificationAction); in createUndoTimeoutPendingIntent()
903 private static void putNotificationActionExtra(final Intent intent, in putNotificationActionExtra() method in NotificationActionUtils