Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java187 private Map<AccountTypeWithDataSet, AccountType> mAccountTypesWithDataSets = Maps.newHashMap(); field in AccountTypeManagerImpl
506 mAccountTypesWithDataSets = accountTypesByTypeAndDataSet; in loadAccountsInBackground()
518 Log.i(TAG, "Loaded meta-data for " + mAccountTypesWithDataSets.size() + " account types, " in loadAccountsInBackground()
590 final AccountType type = mAccountTypesWithDataSets.get( in getKindOrFallback()
615 AccountType type = mAccountTypesWithDataSets.get(accountTypeWithDataSet); in getAccountType()
742 for (AccountType type : mAccountTypesWithDataSets.values()) { in getAccountTypes()