Home | History | Annotate | Download | only in model

Lines Matching defs:accountType

40 import com.android.contacts.common.model.account.AccountType;
157 final String accountType = json.getString(RawContacts.ACCOUNT_TYPE);
162 accountType,
390 final ImmutableList.Builder<AccountType> resultListBuilder =
391 new ImmutableList.Builder<AccountType>();
393 Map<AccountTypeWithDataSet, AccountType> invitables =
396 final Map<AccountTypeWithDataSet, AccountType> resultMap = Maps.newHashMap(invitables);
568 final String accountType = cursor.getString(DirectoryQuery.ACCOUNT_TYPE);
584 displayName, directoryType, accountType, accountName, exportSupport);
600 final String accountType = rawContact.getAccountTypeString();
602 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet);
603 if (accountName != null && accountType != null && !accountsSeen.contains(accountKey)) {
610 selectionArgs.add(accountType);
636 final String accountType = cursor.getString(GroupQuery.ACCOUNT_TYPE);
647 accountName, accountType, dataSet, groupId, title, defaultGroup, favorites));
725 final AccountType accountType = rawContact.getAccountType(context);
726 final String serviceName = accountType.getViewContactNotifyServiceClassName();
727 final String servicePackageName = accountType.getViewContactNotifyServicePackageName();
977 public AccountKey(String accountName, String accountType, String dataSet) {
979 mAccountType = accountType;