Searched refs:accountHashCode (Results 1 – 3 of 3) sorted by relevance
36 public int accountHashCode; field in ContactLookupKey.LookupKeySegment247 segment.accountHashCode = hashCode; in parse()
7732 int accountHashCode = in lookupContactIdBySourceIds() local7738 && accountHashCode == segment.accountHashCode in lookupContactIdBySourceIds()7788 int accountHashCode = in lookupContactIdByRawContactIds() local7793 && accountHashCode == segment.accountHashCode in lookupContactIdByRawContactIds()7845 int accountHashCode = in lookupContactIdByDisplayNames() local7851 && accountHashCode == segment.accountHashCode in lookupContactIdByDisplayNames()
232 assertEquals(accountHashCodes[i], segment.accountHashCode); in assertLookupKey()