Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java205 private Map<AccountTypeWithDataSet, AccountType> mAccountTypesWithDataSets = Maps.newHashMap(); field in AccountTypeManagerImpl
509 mAccountTypesWithDataSets = accountTypesByTypeAndDataSet; in loadAccountsInBackground()
521 Log.i(TAG, "Loaded meta-data for " + mAccountTypesWithDataSets.size() + " account types, " in loadAccountsInBackground()
618 AccountType type = mAccountTypesWithDataSets.get(accountTypeWithDataSet); in getAccountType()
745 for (AccountType type : mAccountTypesWithDataSets.values()) { in getAccountTypes()