Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java50 int accountHashCode = LOCAL_ACCOUNT_HASH_CODE; in testLookupKeyUsingDisplayNameAndNoAccount() local
59 String expectedLookupKey = accountHashCode + "r" + rawContactId1 + "-" + normalizedName in testLookupKeyUsingDisplayNameAndNoAccount()
60 + "." + accountHashCode + "r" + rawContactId2 + "-" + normalizedName; in testLookupKeyUsingDisplayNameAndNoAccount()
94 int accountHashCode = LOCAL_ACCOUNT_HASH_CODE; in testLookupKeyUsingSourceIdAndNoAccount() local
96 String expectedLookupKey = accountHashCode + "i123." in testLookupKeyUsingSourceIdAndNoAccount()
97 + accountHashCode + "e4..5..6." in testLookupKeyUsingSourceIdAndNoAccount()
98 + accountHashCode + "ihttp%3A%2F%2Ffoo%3Fbar"; in testLookupKeyUsingSourceIdAndNoAccount()
154 int accountHashCode = LOCAL_ACCOUNT_HASH_CODE; in testLookupKeyChoosingLargestContact() local
155 String lookupKey = accountHashCode + "i1." + accountHashCode + "i2." in testLookupKeyChoosingLargestContact()
156 + accountHashCode + "i3"; in testLookupKeyChoosingLargestContact()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLookupKey.java36 public int accountHashCode; field in ContactLookupKey.LookupKeySegment
247 segment.accountHashCode = hashCode; in parse()
DContactsProvider2.java8231 int accountHashCode = in lookupContactIdBySourceIds() local
8237 && accountHashCode == segment.accountHashCode in lookupContactIdBySourceIds()
8287 int accountHashCode = in lookupContactIdByRawContactIds() local
8292 && accountHashCode == segment.accountHashCode in lookupContactIdByRawContactIds()
8344 int accountHashCode = in lookupContactIdByDisplayNames() local
8350 && accountHashCode == segment.accountHashCode in lookupContactIdByDisplayNames()