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/ContactsCommon/src/com/android/contacts/common/model/
H A DAccountTypeManager.java484 List<AccountType> accountTypes = accountTypesByType.get(account.type);
485 if (accountTypes != null) {
488 for (AccountType accountType : accountTypes) {
744 final List<AccountType> accountTypes = Lists.newArrayList();
748 accountTypes.add(type);
752 return accountTypes;
770 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { argument
771 mInvitableAccountTypeCache.setCachedValue(accountTypes);
H A DRawContactModifier.java394 public static void trimEmpty(RawContactDeltaList set, AccountTypeManager accountTypes) { argument
399 final AccountType type = accountTypes.getAccountType(accountType, dataSet);
404 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { argument
413 final AccountType type = accountTypes.getAccountType(accountType, dataSet);
H A DContact.java489 /* package */ void setInvitableAccountTypes(ImmutableList<AccountType> accountTypes) { argument
490 mInvitableAccountTypes = accountTypes;

Completed in 150 milliseconds