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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java193 * @param notificationActions A {@link Set} set of the actions to display
199 final Set<String> notificationActions) {
201 getSortedNotificationActions(folder, notificationActions);
195 addNotificationActions(final Context context, final Intent notificationIntent, final NotificationCompat.Builder notification, final Account account, final Conversation conversation, final Message message, final Folder folder, final int notificationId, final long when, final Set<String> notificationActions) argument

Completed in 255 milliseconds