Searched refs:ExchangeAccountType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactModifierTests.java47 import com.android.contacts.common.model.account.ExchangeAccountType;
835 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
871 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
911 AccountType oldAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
956 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
978 AccountType oldAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
1013 new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE));
1017 testMigrateEventCommon(new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE),
1045 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
1077 AccountType newAccountType = new ExchangeAccountType(getContex
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DAccountTypeManager.java49 import com.android.contacts.common.model.account.ExchangeAccountType;
415 } else if (ExchangeAccountType.isExchangeType(type)) {
416 accountType = new ExchangeAccountType(mContext, auth.packageName, type);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DExchangeAccountType.java41 public class ExchangeAccountType extends BaseAccountType { class in inherits:BaseAccountType
42 private static final String TAG = "ExchangeAccountType";
48 public ExchangeAccountType(Context context, String authenticatorPackageName, String type) { method in class:ExchangeAccountType

Completed in 64 milliseconds