Home
last modified time | relevance | path

Searched refs:accountTypes (Results 1 – 25 of 25) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java523 List<AccountType> accountTypes = accountTypesByType.get(account.type); in loadAccountsInBackground() local
524 if (accountTypes != null) { in loadAccountsInBackground()
527 for (AccountType accountType : accountTypes) { in loadAccountsInBackground()
744 final List<AccountType> accountTypes = new ArrayList<>(); in getAccountTypes() local
748 accountTypes.add(type); in getAccountTypes()
752 return accountTypes; in getAccountTypes()
808 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { in onPostExecute() argument
809 mInvitableAccountTypeCache.setCachedValue(accountTypes); in onPostExecute()
DContact.java293 /* package */ void setInvitableAccountTypes(ImmutableList<AccountType> accountTypes) { in setInvitableAccountTypes() argument
294 mInvitableAccountTypes = accountTypes; in setInvitableAccountTypes()
/packages/apps/Email/provider_src/com/android/email/provider/
DAccountReconciler.java61 final LinkedHashSet<String> accountTypes = new LinkedHashSet<String>(); in getAllAmAccounts() local
62 accountTypes.add(context.getString(R.string.account_manager_type_legacy_imap)); in getAllAmAccounts()
63 accountTypes.add(context.getString(R.string.account_manager_type_pop3)); in getAllAmAccounts()
64 accountTypes.add(context.getString(R.string.account_manager_type_exchange)); in getAllAmAccounts()
67 for (final String type : accountTypes) { in getAllAmAccounts()
DEmailProvider.java1714 final Set<String> accountTypes = new HashSet<String>(3); in restoreAccounts() local
1718 accountTypes.add(info.accountType); in restoreAccounts()
1724 for (final String accountType : accountTypes) { in restoreAccounts()
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountListPreferenceController.java167 String[] accountTypes = mAuthenticatorHelper.getEnabledAccountTypes(); in getAccountPreferences() local
169 new ArrayList<>(accountTypes.length); in getAccountPreferences()
171 for (int i = 0; i < accountTypes.length; i++) { in getAccountPreferences()
172 String accountType = accountTypes[i]; in getAccountPreferences()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java109 final List<AccountType> accountTypes = getAccountTypes(type); in hasTypeWithDataset() local
110 for (AccountType accountType : accountTypes) { in hasTypeWithDataset()
123 final List<AccountType> accountTypes = getAccountTypes(type); in getType() local
124 for (AccountType accountType : accountTypes) { in getType()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactDeltaComparator.java47 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in compare() local
50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); in compare()
53 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2); in compare()
DContactEditorFragment.java974 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in hasPendingRawContactChanges() local
975 return RawContactModifier.hasChanges(mState, accountTypes, excludedMimeTypes); in hasPendingRawContactChanges()
1084 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in createContact() local
1085 final AccountType accountType = accountTypes.getAccountTypeForAccount(account); in createContact()
1382 AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in rebindEditorsForNewContact() local
1383 AccountType oldAccountType = accountTypes.getAccountTypeForAccount(oldAccount); in rebindEditorsForNewContact()
1384 AccountType newAccountType = accountTypes.getAccountTypeForAccount(newAccount); in rebindEditorsForNewContact()
DRawContactEditorView.java579 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext()); in applyIntentExtras() local
580 final AccountType type = mCurrentRawContactDelta.getAccountType(accountTypes); in applyIntentExtras()
645 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in addReadOnlyRawContactEditorViews() local
647 final AccountType type = mCurrentRawContactDelta.getAccountType(accountTypes); in addReadOnlyRawContactEditorViews()
/packages/apps/Settings/src/com/android/settings/accounts/
DAddAccountSettings.java218 final String[] accountTypes = in requestChooseAccount() local
224 if (accountTypes != null) { in requestChooseAccount()
225 intent.putExtra(AccountPreferenceBase.ACCOUNT_TYPES_FILTER_KEY, accountTypes); in requestChooseAccount()
DAccountPreferenceController.java479 final String[] accountTypes = helper.getEnabledAccountTypes(); in getAccountTypePreferences() local
481 new ArrayList<>(accountTypes.length); in getAccountTypePreferences()
483 for (int i = 0; i < accountTypes.length; i++) { in getAccountTypePreferences()
484 final String accountType = accountTypes[i]; in getAccountTypePreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAddAccountSettings.java218 final String[] accountTypes = in requestChooseAccount() local
224 if (accountTypes != null) { in requestChooseAccount()
225 intent.putExtra(AccountPreferenceBase.ACCOUNT_TYPES_FILTER_KEY, accountTypes); in requestChooseAccount()
DAccountPreferenceController.java479 final String[] accountTypes = helper.getEnabledAccountTypes(); in getAccountTypePreferences() local
481 new ArrayList<>(accountTypes.length); in getAccountTypePreferences()
483 for (int i = 0; i < accountTypes.length; i++) { in getAccountTypePreferences()
484 final String accountType = accountTypes[i]; in getAccountTypePreferences()
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountSelectionUtil.java94 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(activity); in getSelectAccountDialog() local
96 accountTypes.blockForWritableAccounts(); in getSelectAccountDialog()
123 final AccountType accountType = accountTypes.getAccountType( in getSelectAccountDialog()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DSelectAccountActivity.java60 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
61 final List<AccountWithDataSet> accountList = accountTypes.blockForWritableAccounts(); in onCreate()
DNfcImportVCardActivity.java196 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
197 final List<AccountWithDataSet> accountList = accountTypes.blockForWritableAccounts(); in onCreate()
DImportVCardActivity.java599 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
600 final List<AccountWithDataSet> accountList = accountTypes.blockForWritableAccounts(); in onCreate()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DInvisibleContactUtil.java96 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in markAddToDefaultGroup() local
98 final AccountType type = rawContactEntityDelta.getAccountType(accountTypes); in markAddToDefaultGroup()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilterView.java85 public void bindView(AccountTypeManager accountTypes) { in bindView() argument
130 accountTypes.getAccountType(mFilter.accountType, mFilter.dataSet); in bindView()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java556 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertEmpty() local
577 RawContactModifier.trimEmpty(set, accountTypes); in testTrimInsertEmpty()
585 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertInsert() local
613 RawContactModifier.trimEmpty(set, accountTypes); in testTrimInsertInsert()
621 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateRemain() local
673 RawContactModifier.trimEmpty(set, accountTypes); in testTrimUpdateRemain()
699 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateUpdate() local
745 RawContactModifier.trimEmpty(set, accountTypes); in testTrimUpdateUpdate()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java375 public static void trimEmpty(RawContactDeltaList set, AccountTypeManager accountTypes) { in trimEmpty() argument
380 final AccountType type = accountTypes.getAccountType(accountType, dataSet); in trimEmpty()
385 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { in hasChanges() argument
386 return hasChanges(set, accountTypes, /* excludedMimeTypes =*/ null); in hasChanges()
389 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes, in hasChanges() argument
399 final AccountType type = accountTypes.getAccountType(accountType, dataSet); in hasChanges()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactMultiDeletionInteraction.java207 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
224 final AccountType type = accountTypes.getAccountType(accountType, dataSet); in onLoadFinished()
DContactDeletionInteraction.java252 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
262 AccountType type = accountTypes.getAccountType(accountType, dataSet); in onLoadFinished()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupTypeFragment.java55 final ViewGroup parent = UiUtilities.getView(view, R.id.accountTypes); in onCreateView()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java501 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in saveContact() local
502 RawContactModifier.trimEmpty(state, accountTypes); in saveContact()