Searched defs:newAccountType (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactModifier.java958 * newAccountType.
964 AccountType oldAccountType, AccountType newAccountType) {
965 if (newAccountType == oldAccountType) {
968 for (DataKind kind : newAccountType.getSortedDataKinds()) {
988 for (DataKind kind : newAccountType.getSortedDataKinds()) {
962 migrateStateForNewContact(Context context, RawContactDelta oldState, RawContactDelta newState, AccountType oldAccountType, AccountType newAccountType) argument
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactModifierTests.java835 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
836 DataKind kind = newAccountType.getKindForMimetype(StructuredName.CONTENT_ITEM_TYPE);
871 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
872 DataKind kind = newAccountType.getKindForMimetype(StructuredName.CONTENT_ITEM_TYPE);
912 AccountType newAccountType = new GoogleAccountType(getContext(), "");
913 DataKind kind = newAccountType.getKindForMimetype(StructuredName.CONTENT_ITEM_TYPE);
956 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
957 DataKind kind = newAccountType.getKindForMimetype(StructuredPostal.CONTENT_ITEM_TYPE);
979 AccountType newAccountType = new GoogleAccountType(getContext(), "");
980 DataKind kind = newAccountType
1021 testMigrateEventCommon(AccountType oldAccountType, AccountType newAccountType) argument
[all...]

Completed in 138 milliseconds