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.java6937 String accountTypeAndDataSet = in lookupContactIdBySourceIds() local
6941 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdBySourceIds()
6993 String accountTypeAndDataSet = c.getString( in lookupContactIdByRawContactIds() local
6997 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByRawContactIds()
7050 String accountTypeAndDataSet = in lookupContactIdByDisplayNames() local
7054 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByDisplayNames()
8575 public boolean isWritableAccountWithDataSet(String accountTypeAndDataSet) { in isWritableAccountWithDataSet() argument
8576 if (accountTypeAndDataSet == null) { in isWritableAccountWithDataSet()
8580 Boolean writable = mAccountWritability.get(accountTypeAndDataSet); in isWritableAccountWithDataSet()
8590 accountTypeAndDataSet.equals(sync.accountType)) { in isWritableAccountWithDataSet()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java2504 String accountTypeAndDataSet = c.getString( in updateDisplayNameForContact() local
2507 mContactsProvider.isWritableAccountWithDataSet(accountTypeAndDataSet), in updateDisplayNameForContact()