Home
last modified time | relevance | path

Searched refs:accountHashCode (Results 1 – 3 of 3) 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()