Home
last modified time | relevance | path

Searched defs:AccountTypeWithDataSet (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountTypeWithDataSet.java33 public class AccountTypeWithDataSet { class
45 private AccountTypeWithDataSet(String accountType, String dataSet) { in AccountTypeWithDataSet() method in AccountTypeWithDataSet
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java540 Map<AccountTypeWithDataSet, AccountType> accountTypesByTypeAndDataSet, in addAccountType()
670 static Map<AccountTypeWithDataSet, AccountType> findAllInvitableAccountTypes(Context context, in findAllInvitableAccountTypes()
769 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { in onPostExecute()
808 public void setCachedValue(Map<AccountTypeWithDataSet, AccountType> map) { in setCachedValue()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DAccountTypeManagerTest.java161 Map<AccountTypeWithDataSet, AccountType> types, in verifyAccountTypes()