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