Searched refs:mAccountTypesWithDataSets (Results 1 – 1 of 1) sorted by relevance
205 private Map<AccountTypeWithDataSet, AccountType> mAccountTypesWithDataSets = Maps.newHashMap(); field in AccountTypeManagerImpl509 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()