Searched defs:accountTypeAndDataSet (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java6250 String accountTypeAndDataSet =
6254 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName);
6307 String accountTypeAndDataSet = c.getString(
6311 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName);
6366 String accountTypeAndDataSet =
6370 ContactLookupKey.getAccountHashCode(accountTypeAndDataSet, accountName);
7720 protected boolean isWritableAccountWithDataSet(String accountTypeAndDataSet) { argument
7721 if (accountTypeAndDataSet == null) {
7725 Boolean writable = mAccountWritability.get(accountTypeAndDataSet);
7735 accountTypeAndDataSet
[all...]

Completed in 47 milliseconds