Home
last modified time | relevance | path

Searched defs:notificationAction (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java246 private static int mapWearActionResId(NotificationActionType notificationAction, in mapWearActionResId()
355 final NotificationAction notificationAction = new NotificationAction(action, account, in getNotificationActionPendingIntent() local
424 final NotificationAction notificationAction = new NotificationAction(action, account, in getWearNotificationActionPendingIntent() local
630 final NotificationAction notificationAction, final int notificationId) { in createUndoNotification()
677 final Context context, final NotificationAction notificationAction) { in registerUndoTimeout()
703 final Context context, final NotificationAction notificationAction) { in cancelUndoTimeout()
721 final Context context, final NotificationAction notificationAction) { in createUndoTimeoutPendingIntent()
739 final Context context, final NotificationAction notificationAction) { in processDestructiveAction()
787 final NotificationAction notificationAction) { in createUndoNotification()
810 final NotificationAction notificationAction) { in cancelUndoNotification()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/
DNotificationActionIntentService.java100 final NotificationAction notificationAction; in onHandleIntent() local
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DPlayer.java151 Notification.Action notificationAction = new Notification.Action.Builder(iconId, in makeNotificationAction() local