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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java207 for (final NotificationActionType notificationAction : sortedActions) {
210 folder, notificationIntent, notificationAction, notificationId, when);
211 final int actionIconResId = notificationAction.getActionIconResId(folder, conversation,
213 final String title = context.getString(notificationAction.getDisplayStringResId(
223 folder, notificationIntent, notificationAction, notificationId, when);
227 mapWearActionResId(notificationAction, actionIconResId), title,
230 if (notificationAction == NotificationActionType.REPLY
231 || notificationAction == NotificationActionType.REPLY_ALL) {
246 private static int mapWearActionResId(NotificationActionType notificationAction, argument
248 switch (notificationAction) {
629 createUndoNotification(final Context context, final NotificationAction notificationAction, final int notificationId) argument
676 registerUndoTimeout( final Context context, final NotificationAction notificationAction) argument
702 cancelUndoTimeout( final Context context, final NotificationAction notificationAction) argument
720 createUndoTimeoutPendingIntent( final Context context, final NotificationAction notificationAction) argument
738 processDestructiveAction( final Context context, final NotificationAction notificationAction) argument
786 createUndoNotification(final Context context, final NotificationAction notificationAction) argument
809 cancelUndoNotification(final Context context, final NotificationAction notificationAction) argument
832 processUndoNotification(final Context context, final NotificationAction notificationAction) argument
903 putNotificationActionExtra(final Intent intent, final NotificationAction notificationAction) argument
[all...]

Completed in 16 milliseconds