Searched defs:accountTypes (Results 1 - 5 of 5) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilterView.java79 public void bindView(AccountTypeManager accountTypes) { argument
124 accountTypes.getAccountType(mFilter.accountType, mFilter.dataSet);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorUtils.java65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { argument
68 mAccountTypes = accountTypes;
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java393 public static void trimEmpty(RawContactDeltaList set, AccountTypeManager accountTypes) { argument
398 final AccountType type = accountTypes.getAccountType(accountType, dataSet);
403 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { argument
412 final AccountType type = accountTypes.getAccountType(accountType, dataSet);
H A DContact.java480 /* package */ void setInvitableAccountTypes(ImmutableList<AccountType> accountTypes) { argument
481 mInvitableAccountTypes = accountTypes;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DAccountTypeManager.java496 List<AccountType> accountTypes = accountTypesByType.get(account.type);
497 if (accountTypes != null) {
500 for (AccountType accountType : accountTypes) {
756 final List<AccountType> accountTypes = Lists.newArrayList();
760 accountTypes.add(type);
764 return accountTypes;
782 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { argument
783 mInvitableAccountTypeCache.setCachedValue(accountTypes);

Completed in 92 milliseconds