Searched refs:notificationLabelName (Results 1 – 1 of 1) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 986 final String notificationLabelName = isInbox ? null : folder.name; in configureLatestEventInfoFromConversation() local 1006 isInbox ? account.getDisplayName() : notificationLabelName); in configureLatestEventInfoFromConversation() 1031 UIProvider.LABEL_QUERY_PARAMETER, notificationLabelName); in configureLatestEventInfoFromConversation() 1112 isInbox, notificationLabelName, conversationNotificationId, in configureLatestEventInfoFromConversation() 1144 isInbox ? account.getDisplayName() : notificationLabelName); in configureLatestEventInfoFromConversation() 1155 notificationIntent, folder, when, res, isInbox, notificationLabelName, in configureLatestEventInfoFromConversation() 1167 if (notificationLabelName != null && notificationTicker != null) { in configureLatestEventInfoFromConversation() 1170 notificationLabelName, notificationTicker); in configureLatestEventInfoFromConversation() 1195 boolean isInbox, String notificationLabelName, int notificationId, in configureNotifForOneConversation() argument 1280 account.getDisplayName() : notificationLabelName); in configureNotifForOneConversation() [all …]
|