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.java34 public int accountHashCode; field in ContactLookupKey.LookupKeySegment
231 segment.accountHashCode = hashCode; in parse()
DContactsProvider2.java4944 int accountHashCode =
4950 && accountHashCode == segment.accountHashCode
5000 int accountHashCode =
5006 && accountHashCode == segment.accountHashCode
5058 int accountHashCode =
5065 && accountHashCode == segment.accountHashCode
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java226 assertEquals(accountHashCodes[i], segment.accountHashCode); in assertLookupKey()