Searched refs:accountHashCode (Results 1 – 3 of 3) sorted by relevance
50 int accountHashCode = LOCAL_ACCOUNT_HASH_CODE; in testLookupKeyUsingDisplayNameAndNoAccount() local59 String expectedLookupKey = accountHashCode + "r" + rawContactId1 + "-" + normalizedName in testLookupKeyUsingDisplayNameAndNoAccount()60 + "." + accountHashCode + "r" + rawContactId2 + "-" + normalizedName; in testLookupKeyUsingDisplayNameAndNoAccount()94 int accountHashCode = LOCAL_ACCOUNT_HASH_CODE; in testLookupKeyUsingSourceIdAndNoAccount() local96 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() local155 String lookupKey = accountHashCode + "i1." + accountHashCode + "i2." in testLookupKeyChoosingLargestContact()156 + accountHashCode + "i3"; in testLookupKeyChoosingLargestContact()[all …]
36 public int accountHashCode; field in ContactLookupKey.LookupKeySegment247 segment.accountHashCode = hashCode; in parse()
8231 int accountHashCode = in lookupContactIdBySourceIds() local8237 && accountHashCode == segment.accountHashCode in lookupContactIdBySourceIds()8287 int accountHashCode = in lookupContactIdByRawContactIds() local8292 && accountHashCode == segment.accountHashCode in lookupContactIdByRawContactIds()8344 int accountHashCode = in lookupContactIdByDisplayNames() local8350 && accountHashCode == segment.accountHashCode in lookupContactIdByDisplayNames()