Searched refs:accountHashCode (Results 1 – 4 of 4) 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()
1933 final int accountHashCode = account.getAccountManagerAccount().hashCode(); in hashCode() local1935 return accountHashCode ^ folderHashCode; in hashCode()