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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactModifierTests.java827 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
828 DataKind kind = newAccountType.getKindForMimetype(StructuredName.CONTENT_ITEM_TYPE);
863 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
864 DataKind kind = newAccountType.getKindForMimetype(StructuredPostal.CONTENT_ITEM_TYPE);
886 AccountType newAccountType = new GoogleAccountType(getContext(), "");
887 DataKind kind = newAccountType.getKindForMimetype(StructuredPostal.CONTENT_ITEM_TYPE);
928 private void testMigrateEventCommon(AccountType oldAccountType, AccountType newAccountType) { argument
929 DataKind kind = newAccountType.getKindForMimetype(Event.CONTENT_ITEM_TYPE);
952 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE);
953 DataKind kind = newAccountType
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java956 * newAccountType.
962 AccountType oldAccountType, AccountType newAccountType) {
963 if (newAccountType == oldAccountType) {
966 for (DataKind kind : newAccountType.getSortedDataKinds()) {
986 for (DataKind kind : newAccountType.getSortedDataKinds()) {
960 migrateStateForNewContact(Context context, RawContactDelta oldState, RawContactDelta newState, AccountType oldAccountType, AccountType newAccountType) argument

Completed in 116 milliseconds