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.java8228 String accountTypeAndDataSet = in lookupContactIdBySourceIds() local
8232 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdBySourceIds()
8284 String accountTypeAndDataSet = c.getString( in lookupContactIdByRawContactIds() local
8288 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByRawContactIds()
8341 String accountTypeAndDataSet = in lookupContactIdByDisplayNames() local
8345 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByDisplayNames()
9993 public boolean isWritableAccountWithDataSet(String accountTypeAndDataSet) { in isWritableAccountWithDataSet() argument
9994 if (accountTypeAndDataSet == null) { in isWritableAccountWithDataSet()
9998 Boolean writable = mAccountWritability.get(accountTypeAndDataSet); in isWritableAccountWithDataSet()
10008 accountTypeAndDataSet.equals(sync.accountType)) { in isWritableAccountWithDataSet()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1791 String accountTypeAndDataSet = c.getString( in updateDisplayNameForContact() local
1794 mContactsProvider.isWritableAccountWithDataSet(accountTypeAndDataSet), in updateDisplayNameForContact()