Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DSyncUtil.java75 public static final boolean hasSyncableAccount(AccountTypeManager accountTypeManager) { in hasSyncableAccount() argument
76 return !accountTypeManager.getWritableGoogleAccounts().isEmpty(); in hasSyncableAccount()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListFilterController.java165 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mContext); in filterAccountExists() local
168 return accountTypeManager.contains(filterAccount, false); in filterAccountExists()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfoFactory.java51 public AccountDisplayInfoFactory(Context context, AccountTypeManager accountTypeManager, in AccountDisplayInfoFactory() argument
55 mAccountTypeManager = accountTypeManager; in AccountDisplayInfoFactory()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilterController.java194 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mContext); in filterAccountExists() local
197 return accountTypeManager.exists(filterAccount); in filterAccountExists()
DMultiSelectContactsListFragment.java341 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(context); in bindListHeader() local
342 final AccountType accountType = accountTypeManager.getAccountType( in bindListHeader()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMetaData.java62 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(context); in GroupMetaData() local
66 final AccountType accountType = accountTypeManager.getAccountType( in GroupMetaData()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java752 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(getContext()); in setAccountInfo() local
754 ? accountTypeManager.getAccountInfoForAccount( in setAccountInfo()
756 : accountTypeManager.getAccountInfoForAccount(mPrimaryAccount); in setAccountInfo()