Home | History | Annotate | Download | only in model

Lines Matching refs:accountTypes

386         // The same AccountTypes, but keyed off {@link RawContacts#ACCOUNT_TYPE}.  Since there can
486 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 accountTypes;
772 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) {
773 mInvitableAccountTypeCache.setCachedValue(accountTypes);