Searched refs:mAccountTypesWithDataSets (Results 1 – 1 of 1) sorted by relevance
247 private Map<AccountTypeWithDataSet, AccountType> mAccountTypesWithDataSets = new ArrayMap<>(); field in AccountTypeManagerImpl549 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()