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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java203 for (final NotificationActionType notificationAction : sortedActions) {
204 notification.addAction(notificationAction.getActionIconResId(
205 folder, conversation, message), context.getString(notificationAction
208 folder, notificationIntent, notificationAction, notificationId, when));
305 final NotificationAction notificationAction = new NotificationAction(action, account,
351 putNotificationActionExtra(intent, notificationAction);
360 putNotificationActionExtra(intent, notificationAction);
520 final NotificationAction notificationAction, final int notificationId) {
522 notificationAction.getNotificationActionType());
527 builder.setWhen(notificationAction
519 createUndoNotification(final Context context, final NotificationAction notificationAction, final int notificationId) argument
563 registerUndoTimeout( final Context context, final NotificationAction notificationAction) argument
589 cancelUndoTimeout( final Context context, final NotificationAction notificationAction) argument
607 createUndoTimeoutPendingIntent( final Context context, final NotificationAction notificationAction) argument
624 processDestructiveAction( final Context context, final NotificationAction notificationAction) argument
672 createUndoNotification(final Context context, final NotificationAction notificationAction) argument
695 cancelUndoNotification(final Context context, final NotificationAction notificationAction) argument
718 processUndoNotification(final Context context, final NotificationAction notificationAction) argument
787 putNotificationActionExtra(final Intent intent, final NotificationAction notificationAction) argument
[all...]

Completed in 1141 milliseconds