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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilterView.java85 public void bindView(AccountTypeManager accountTypes) { argument
130 accountTypes.getAccountType(mFilter.accountType, mFilter.dataSet);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java375 public static void trimEmpty(RawContactDeltaList set, AccountTypeManager accountTypes) { argument
380 final AccountType type = accountTypes.getAccountType(accountType, dataSet);
385 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { argument
386 return hasChanges(set, accountTypes, /* excludedMimeTypes =*/ null);
389 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes, argument
399 final AccountType type = accountTypes.getAccountType(accountType, dataSet);
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DAccountTypeManager.java523 List<AccountType> accountTypes = accountTypesByType.get(account.type);
524 if (accountTypes != null) {
527 for (AccountType accountType : accountTypes) {
744 final List<AccountType> accountTypes = new ArrayList<>();
748 accountTypes.add(type);
752 return accountTypes;
808 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { argument
809 mInvitableAccountTypeCache.setCachedValue(accountTypes);
H A DContact.java293 /* package */ void setInvitableAccountTypes(ImmutableList<AccountType> accountTypes) { argument
294 mInvitableAccountTypes = accountTypes;

Completed in 3312 milliseconds