Home
last modified time | relevance | path

Searched refs:summaryNotificationId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java970 final int summaryNotificationId, final Cursor conversationCursor, in configureLatestEventInfoFromConversation() argument
1104 summaryNotificationId, conversation.hashCode()); in configureLatestEventInfoFromConversation()
1156 summaryNotificationId, contactFetcher); in configureLatestEventInfoFromConversation()
1903 private static int getNotificationId(int summaryNotificationId, int conversationHashCode) { in getNotificationId() argument
1904 return summaryNotificationId ^ conversationHashCode; in getNotificationId()