Searched refs:summaryNotificationId (Results 1 – 1 of 1) sorted by relevance
970 final int summaryNotificationId, final Cursor conversationCursor, in configureLatestEventInfoFromConversation() argument1104 summaryNotificationId, conversation.hashCode()); in configureLatestEventInfoFromConversation()1156 summaryNotificationId, contactFetcher); in configureLatestEventInfoFromConversation()1903 private static int getNotificationId(int summaryNotificationId, int conversationHashCode) { in getNotificationId() argument1904 return summaryNotificationId ^ conversationHashCode; in getNotificationId()