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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactModifierTests.java39 import com.android.contacts.model.account.ExchangeAccountType;
827 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
863 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
885 AccountType oldAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
920 new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE));
924 testMigrateEventCommon(new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE),
952 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
984 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
1034 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
1101 AccountType newAccountType = new ExchangeAccountType(getContex
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountTypeProvider.java169 } else if (ExchangeAccountType.isExchangeType(type)) {
170 accountType = new ExchangeAccountType(mContext, auth.packageName, type);
H A DExchangeAccountType.java42 public class ExchangeAccountType extends BaseAccountType { class in inherits:BaseAccountType
43 private static final String TAG = "ExchangeAccountType";
49 public ExchangeAccountType(Context context, String authenticatorPackageName, String type) { method in class:ExchangeAccountType
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DAccountTypeManager.java50 import com.android.contacts.common.model.account.ExchangeAccountType;
445 } else if (ExchangeAccountType.isExchangeType(type)) {
446 accountType = new ExchangeAccountType(mContext, auth.packageName, type);
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DExchangeAccountType.java39 public class ExchangeAccountType extends BaseAccountType { class in inherits:BaseAccountType
41 private static final String TAG = "ExchangeAccountType";
47 public ExchangeAccountType(Context context, String authenticatorPackageName, String type) { method in class:ExchangeAccountType

Completed in 208 milliseconds