Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java7845 String accountTypeAndDataSet = in lookupContactIdBySourceIds() local
7849 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdBySourceIds()
7901 String accountTypeAndDataSet = c.getString( in lookupContactIdByRawContactIds() local
7905 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByRawContactIds()
7958 String accountTypeAndDataSet = in lookupContactIdByDisplayNames() local
7962 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByDisplayNames()
9615 public boolean isWritableAccountWithDataSet(String accountTypeAndDataSet) { in isWritableAccountWithDataSet() argument
9616 if (accountTypeAndDataSet == null) { in isWritableAccountWithDataSet()
9620 Boolean writable = mAccountWritability.get(accountTypeAndDataSet); in isWritableAccountWithDataSet()
9630 accountTypeAndDataSet.equals(sync.accountType)) { in isWritableAccountWithDataSet()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1793 String accountTypeAndDataSet = c.getString( in updateDisplayNameForContact() local
1796 mContactsProvider.isWritableAccountWithDataSet(accountTypeAndDataSet), in updateDisplayNameForContact()