Searched refs:accountTypes (Results 1 - 21 of 21) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAddAccountSettings.java130 final String[] accountTypes =
136 if (accountTypes != null) {
137 intent.putExtra(AccountPreferenceBase.ACCOUNT_TYPES_FILTER_KEY, accountTypes);
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DSelectAccountActivity.java60 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this);
61 final List<AccountWithDataSet> accountList = accountTypes.getAccounts(true);
H A DNfcImportVCardActivity.java171 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this);
172 final List<AccountWithDataSet> accountList = accountTypes.getAccounts(true);
H A DImportVCardActivity.java846 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this);
847 final List<AccountWithDataSet> accountList = accountTypes.getAccounts(true);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorActivity.java204 final AccountTypeManager accountTypes =
206 final AccountType accountType = accountTypes.getAccountType(
229 final AccountTypeManager accountTypes =
231 final AccountType accountType = accountTypes.getAccountType(
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionView.java115 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext());
122 AccountType type = accountTypes.getAccountType(accountType, dataSet);
H A DContactEditorFragment.java546 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext);
548 final AccountType type = state.getAccountType(accountTypes);
607 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext);
609 accountTypes.getAccountType(account != null ? account.type : null,
632 AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext);
633 AccountType oldAccountType = accountTypes.getAccountType(
635 AccountType newAccountType = accountTypes.getAccountType(
717 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext);
724 final AccountType type = rawContactDelta.getAccountType(accountTypes);
1030 final AccountTypeManager accountTypes
[all...]
H A DContactEditorUtils.java65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { argument
68 mAccountTypes = accountTypes;
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilterView.java79 public void bindView(AccountTypeManager accountTypes) { argument
124 accountTypes.getAccountType(mFilter.accountType, mFilter.dataSet);
H A DAccountFilterActivity.java117 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context);
118 List<AccountWithDataSet> accounts = accountTypes.getAccounts(false);
120 AccountType accountType = accountTypes.getAccountType(account.type, account.dataSet);
H A DCustomContactListFilterActivity.java128 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context);
132 for (AccountWithDataSet account : accountTypes.getAccounts(false)) {
133 final AccountType accountType = accountTypes.getAccountTypeForAccount(account);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java486 List<AccountType> accountTypes = accountTypesByType.get(account.type);
487 if (accountTypes != null) {
490 for (AccountType accountType : accountTypes) {
746 final List<AccountType> accountTypes = Lists.newArrayList();
750 accountTypes.add(type);
754 return accountTypes;
772 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { argument
773 mInvitableAccountTypeCache.setCachedValue(accountTypes);
H A DContact.java484 /* package */ void setInvitableAccountTypes(ImmutableList<AccountType> accountTypes) { argument
485 mInvitableAccountTypes = accountTypes;
H A DRawContactModifier.java391 public static void trimEmpty(RawContactDeltaList set, AccountTypeManager accountTypes) { argument
396 final AccountType type = accountTypes.getAccountType(accountType, dataSet);
401 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { argument
410 final AccountType type = accountTypes.getAccountType(accountType, dataSet);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountSelectionUtil.java91 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context);
92 final List<AccountWithDataSet> writableAccountList = accountTypes.getAccounts(true);
122 final AccountType accountType = accountTypes.getAccountType(
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DImportExportDialogFragment.java198 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity());
199 final List<AccountWithDataSet> accountList = accountTypes.getAccounts(true);
H A DContactDeletionInteraction.java233 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity());
241 AccountType type = accountTypes.getAccountType(accountType, dataSet);
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRawContactModifierTests.java521 final AccountTypeManager accountTypes = getAccountTypes(accountType);
540 RawContactModifier.trimEmpty(set, accountTypes);
548 final AccountTypeManager accountTypes = getAccountTypes(accountType);
573 RawContactModifier.trimEmpty(set, accountTypes);
581 final AccountTypeManager accountTypes = getAccountTypes(accountType);
629 RawContactModifier.trimEmpty(set, accountTypes);
652 final AccountTypeManager accountTypes = getAccountTypes(accountType);
694 RawContactModifier.trimEmpty(set, accountTypes);
/packages/apps/Settings/src/com/android/settings/
H A DSettings.java487 String[] accountTypes = mAuthenticatorHelper.getEnabledAccountTypes();
488 List<Header> accountHeaders = new ArrayList<Header>(accountTypes.length);
489 for (String accountType : accountTypes) {
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java340 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this);
341 RawContactModifier.trimEmpty(state, accountTypes);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java2041 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext);
2042 final AccountType type = rawContactEntityDelta.getAccountType(accountTypes);

Completed in 369 milliseconds