Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLookupKey.java36 public int accountHashCode; field in ContactLookupKey.LookupKeySegment
247 segment.accountHashCode = hashCode; in parse()
DContactsProvider2.java7719 int accountHashCode = in lookupContactIdBySourceIds() local
7725 && accountHashCode == segment.accountHashCode in lookupContactIdBySourceIds()
7775 int accountHashCode = in lookupContactIdByRawContactIds() local
7780 && accountHashCode == segment.accountHashCode in lookupContactIdByRawContactIds()
7832 int accountHashCode = in lookupContactIdByDisplayNames() local
7838 && accountHashCode == segment.accountHashCode in lookupContactIdByDisplayNames()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java232 assertEquals(accountHashCodes[i], segment.accountHashCode); in assertLookupKey()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1933 final int accountHashCode = account.getAccountManagerAccount().hashCode(); in hashCode() local
1935 return accountHashCode ^ folderHashCode; in hashCode()