Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1934 final int folderHashCode = folder.hashCode(); in hashCode() local
1935 return accountHashCode ^ folderHashCode; in hashCode()