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/account/
DAccountTypeWithDataSet.java33 public class AccountTypeWithDataSet { class
45 private AccountTypeWithDataSet(String accountType, String dataSet) { in AccountTypeWithDataSet() method in AccountTypeWithDataSet
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountTypeWithDataSet.java29 public class AccountTypeWithDataSet { class
44 private AccountTypeWithDataSet(String accountType, String dataSet) { in AccountTypeWithDataSet() method in AccountTypeWithDataSet
/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java332 static Map<AccountTypeWithDataSet, AccountType> findAllInvitableAccountTypes( in findAllInvitableAccountTypes()
589 Map<AccountTypeWithDataSet, AccountType> accountTypesByTypeAndDataSet, in addAccountType()
788 public void setCachedValue(Map<AccountTypeWithDataSet, AccountType> map) { in setCachedValue()
808 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { in onPostExecute()