Home
last modified time | relevance | path

Searched refs:accountTypeManager (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/group/
DGroupDetailDisplayUtils.java43 AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(context); in bindGroupSourceView() local
44 AccountType accountType = accountTypeManager.getAccountType(accountTypeString, dataSet); in bindGroupSourceView()
/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
DDisplayOptionsPreferenceFragment.java71 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(getContext()); in removeUnsupportedPreferences() local
72 final List<AccountWithDataSet> accounts = accountTypeManager.getAccounts( in removeUnsupportedPreferences()
DDefaultAccountPreference.java51 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(getContext()); in prepare() local
52 List<AccountWithDataSet> accounts = accountTypeManager.getAccounts(true); in prepare()
DContactsPreferences.java258 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mContext); in getFocusGoogleAccounts() local
259 List<AccountWithDataSet> accounts = accountTypeManager.getAccounts(true); in getFocusGoogleAccounts()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListFilterController.java168 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mContext); in filterAccountExists() local
171 return accountTypeManager.contains(filterAccount, false); in filterAccountExists()
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java793 public PersistTask(ConfirmAddDetailActivity target, AccountTypeManager accountTypeManager) { in PersistTask() argument
795 mAccountTypeManager = accountTypeManager; in PersistTask()