Home
last modified time | relevance | path

Searched refs:accountTypeAndDataSet (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java7729 String accountTypeAndDataSet = in lookupContactIdBySourceIds() local
7733 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdBySourceIds()
7785 String accountTypeAndDataSet = c.getString( in lookupContactIdByRawContactIds() local
7789 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByRawContactIds()
7842 String accountTypeAndDataSet = in lookupContactIdByDisplayNames() local
7846 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByDisplayNames()
9483 public boolean isWritableAccountWithDataSet(String accountTypeAndDataSet) { in isWritableAccountWithDataSet() argument
9484 if (accountTypeAndDataSet == null) { in isWritableAccountWithDataSet()
9488 Boolean writable = mAccountWritability.get(accountTypeAndDataSet); in isWritableAccountWithDataSet()
9498 accountTypeAndDataSet.equals(sync.accountType)) { in isWritableAccountWithDataSet()
[all …]
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1800 String accountTypeAndDataSet = c.getString( in updateDisplayNameForContact() local
1803 mContactsProvider.isWritableAccountWithDataSet(accountTypeAndDataSet), in updateDisplayNameForContact()