Home
last modified time | relevance | path

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

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