Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1903 private static int getNotificationId(int summaryNotificationId, int conversationHashCode) { in getNotificationId() argument
1904 return summaryNotificationId ^ conversationHashCode; in getNotificationId()