Searched refs:accountTypeAndDataSet (Results 1 – 2 of 2) sorted by relevance
7729 String accountTypeAndDataSet = in lookupContactIdBySourceIds() local7733 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdBySourceIds()7785 String accountTypeAndDataSet = c.getString( in lookupContactIdByRawContactIds() local7789 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByRawContactIds()7842 String accountTypeAndDataSet = in lookupContactIdByDisplayNames() local7846 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByDisplayNames()9483 public boolean isWritableAccountWithDataSet(String accountTypeAndDataSet) { in isWritableAccountWithDataSet() argument9484 if (accountTypeAndDataSet == null) { in isWritableAccountWithDataSet()9488 Boolean writable = mAccountWritability.get(accountTypeAndDataSet); in isWritableAccountWithDataSet()9498 accountTypeAndDataSet.equals(sync.accountType)) { in isWritableAccountWithDataSet()[all …]
1800 String accountTypeAndDataSet = c.getString( in updateDisplayNameForContact() local1803 mContactsProvider.isWritableAccountWithDataSet(accountTypeAndDataSet), in updateDisplayNameForContact()