Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java986 final String notificationLabelName = isInbox ? null : folder.name; in configureLatestEventInfoFromConversation() local
1195 boolean isInbox, String notificationLabelName, int notificationId, in configureNotifForOneConversation()