Searched refs:accountHashCode (Results 1 – 3 of 3) sorted by relevance
36 public int accountHashCode; field in ContactLookupKey.LookupKeySegment247 segment.accountHashCode = hashCode; in parse()
7719 int accountHashCode = in lookupContactIdBySourceIds() local7725 && accountHashCode == segment.accountHashCode in lookupContactIdBySourceIds()7775 int accountHashCode = in lookupContactIdByRawContactIds() local7780 && accountHashCode == segment.accountHashCode in lookupContactIdByRawContactIds()7832 int accountHashCode = in lookupContactIdByDisplayNames() local7838 && accountHashCode == segment.accountHashCode in lookupContactIdByDisplayNames()
232 assertEquals(accountHashCodes[i], segment.accountHashCode); in assertLookupKey()