Searched refs:accountHashCode (Results 1 – 4 of 4) sorted by relevance
36 public int accountHashCode; field in ContactLookupKey.LookupKeySegment247 segment.accountHashCode = hashCode; in parse()
7767 int accountHashCode = in lookupContactIdBySourceIds() local7773 && accountHashCode == segment.accountHashCode in lookupContactIdBySourceIds()7823 int accountHashCode = in lookupContactIdByRawContactIds() local7828 && accountHashCode == segment.accountHashCode in lookupContactIdByRawContactIds()7880 int accountHashCode = in lookupContactIdByDisplayNames() local7886 && accountHashCode == segment.accountHashCode in lookupContactIdByDisplayNames()
232 assertEquals(accountHashCodes[i], segment.accountHashCode); in assertLookupKey()
1933 final int accountHashCode = account.getAccountManagerAccount().hashCode(); in hashCode() local1935 return accountHashCode ^ folderHashCode; in hashCode()