Home
last modified time | relevance | path

Searched refs:mAccountTypesWithDataSets (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java247 private Map<AccountTypeWithDataSet, AccountType> mAccountTypesWithDataSets = new ArrayMap<>(); field in AccountTypeManagerImpl
549 mAccountTypesWithDataSets = accountTypesByTypeAndDataSet; in loadAccountsInBackground()
564 + mAccountTypesWithDataSets.size() in loadAccountsInBackground()
647 AccountType type = mAccountTypesWithDataSets.get(accountTypeWithDataSet); in getAccountType()
746 for (AccountType type : mAccountTypesWithDataSets.values()) { in getAccountTypes()