Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeWithDataSet.java33 public class AccountTypeWithDataSet { class
45 private AccountTypeWithDataSet(String accountType, String dataSet) { in AccountTypeWithDataSet() method in AccountTypeWithDataSet
DAccountTypeManager.java505 Map<AccountTypeWithDataSet, AccountType> accountTypesByTypeAndDataSet, in addAccountType()
635 static Map<AccountTypeWithDataSet, AccountType> findAllInvitableAccountTypes(Context context, in findAllInvitableAccountTypes()
734 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { in onPostExecute()
773 public void setCachedValue(Map<AccountTypeWithDataSet, AccountType> map) { in setCachedValue()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DAccountTypeManagerTest.java158 Map<AccountTypeWithDataSet, AccountType> types, in verifyAccountTypes()