Home
last modified time | relevance | path

Searched refs:getAccountHashCode (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLookupKey.java57 public static int getAccountHashCode(String accountTypeWithDataSet, String accountName) { in getAccountHashCode() method in ContactLookupKey
76 lookupKey.append(getAccountHashCode(accountTypeWithDataSet, accountName)); in appendToLookupKey()
DContactsProvider2.java7659 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdBySourceIds()
7715 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByRawContactIds()
7772 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByDisplayNames()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java110 int accountHashCode1 = ContactLookupKey.getAccountHashCode("foo", "FOO"); in testLookupKeySameSourceIdDifferentAccounts()
111 int accountHashCode2 = ContactLookupKey.getAccountHashCode("bar", "BAR"); in testLookupKeySameSourceIdDifferentAccounts()