Home
last modified time | relevance | path

Searched refs:oldAccountType (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java776 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateWithDisplayNameFromGoogleToExchange1() local
812 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateWithDisplayNameFromGoogleToExchange2() local
853 AccountType oldAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateWithStructuredNameFromExchangeToGoogle() local
897 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigratePostalFromGoogleToExchange() local
920 AccountType oldAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigratePostalFromExchangeToGoogle() local
963 private void testMigrateEventCommon(AccountType oldAccountType, AccountType newAccountType) { in testMigrateEventCommon() argument
986 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateEventFromGoogleToExchange2() local
1018 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateEmailFromGoogleToExchange() local
1068 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateImFromGoogleToExchange() local
1135 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigratePhoneFromGoogleToExchange() local
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorBaseFragment.java1207 RawContactDelta oldState, AccountType oldAccountType) { in setStateForNewContact() argument
1209 mState.add(createNewRawContactDelta(account, accountType, oldState, oldAccountType)); in setStateForNewContact()
1222 AccountType accountType, RawContactDelta oldState, AccountType oldAccountType) { in createNewRawContactDelta() argument
1237 mContext, oldState, result, oldAccountType, accountType); in createNewRawContactDelta()
DContactEditorFragment.java157 AccountType oldAccountType = accountTypes.getAccountTypeForAccount(oldAccount); in rebindEditorsForNewContact() local
169 setStateForNewContact(newAccount, newAccountType, oldState, oldAccountType); in rebindEditorsForNewContact()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java974 AccountType oldAccountType, AccountType newAccountType) { in migrateStateForNewContact() argument
975 if (newAccountType == oldAccountType) { in migrateStateForNewContact()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4348 String oldAccountType = null; in updateRawContact() local
4359 oldAccountType = cursor.getString(RawContactsQuery.ACCOUNT_TYPE); in updateRawContact()
4378 ? values.getAsString(RawContacts.ACCOUNT_TYPE) : oldAccountType, in updateRawContact()