Searched refs:accountTypeAndDataSet (Results 1 – 2 of 2) sorted by relevance
8228 String accountTypeAndDataSet = in lookupContactIdBySourceIds() local8232 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdBySourceIds()8284 String accountTypeAndDataSet = c.getString( in lookupContactIdByRawContactIds() local8288 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByRawContactIds()8341 String accountTypeAndDataSet = in lookupContactIdByDisplayNames() local8345 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName); in lookupContactIdByDisplayNames()9993 public boolean isWritableAccountWithDataSet(String accountTypeAndDataSet) { in isWritableAccountWithDataSet() argument9994 if (accountTypeAndDataSet == null) { in isWritableAccountWithDataSet()9998 Boolean writable = mAccountWritability.get(accountTypeAndDataSet); in isWritableAccountWithDataSet()10008 accountTypeAndDataSet.equals(sync.accountType)) { in isWritableAccountWithDataSet()[all …]
1791 String accountTypeAndDataSet = c.getString( in updateDisplayNameForContact() local1794 mContactsProvider.isWritableAccountWithDataSet(accountTypeAndDataSet), in updateDisplayNameForContact()