Searched refs:mAccountTypes (Results 1 – 4 of 4) sorted by relevance
39 private String[] mAccountTypes; field in AddAccountPreferenceController55 mAccountTypes = accountTypes; in setAccountTypes()71 if (mAccountTypes != null) { in handlePreferenceClicked()73 new HashSet<>(Arrays.asList(mAccountTypes))); in handlePreferenceClicked()
140 private final AccountTypeManager mAccountTypes; field in AccountFilterActivity.FilterListAdapter149 mAccountTypes = AccountTypeManager.getInstance(context); in FilterListAdapter()178 view.bindView(mAccountTypes); in getView()
557 private AccountTypeManager mAccountTypes;565 mAccountTypes = AccountTypeManager.getInstance(context);
75 private AccountTypeManager mAccountTypes; field in SplitAggregateView92 mAccountTypes = AccountTypeManager.getInstance(context); in SplitAggregateView()254 AccountType accountType = mAccountTypes.getAccountType(info.accountType, info.dataSet); in getView()