Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAddAccountPreferenceController.java39 private String[] mAccountTypes; field in AddAccountPreferenceController
55 mAccountTypes = accountTypes; in setAccountTypes()
71 if (mAccountTypes != null) { in handlePreferenceClicked()
73 new HashSet<>(Arrays.asList(mAccountTypes))); in handlePreferenceClicked()
/packages/apps/Contacts/src/com/android/contacts/list/
DAccountFilterActivity.java140 private final AccountTypeManager mAccountTypes; field in AccountFilterActivity.FilterListAdapter
149 mAccountTypes = AccountTypeManager.getInstance(context); in FilterListAdapter()
178 view.bindView(mAccountTypes); in getView()
DCustomContactListFilterActivity.java557 private AccountTypeManager mAccountTypes;
565 mAccountTypes = AccountTypeManager.getInstance(context);
/packages/apps/Contacts/src/com/android/contacts/
DSplitAggregateView.java75 private AccountTypeManager mAccountTypes; field in SplitAggregateView
92 mAccountTypes = AccountTypeManager.getInstance(context); in SplitAggregateView()
254 AccountType accountType = mAccountTypes.getAccountType(info.accountType, info.dataSet); in getView()