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

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

Completed in 34 milliseconds