Home
last modified time | relevance | path

Searched defs:oldAccountType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java827 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateNameFromGoogleToExchange() local
863 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigratePostalFromGoogleToExchange() local
886 AccountType oldAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigratePostalFromExchangeToGoogle() local
929 private void testMigrateEventCommon(AccountType oldAccountType, AccountType newAccountType) { in testMigrateEventCommon()
952 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateEventFromGoogleToExchange2() local
984 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateEmailFromGoogleToExchange() local
1034 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateImFromGoogleToExchange() local
1101 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigratePhoneFromGoogleToExchange() local
1179 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateOrganizationFromGoogleToExchange() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1138 RawContactDelta oldState, AccountType oldAccountType, boolean isUserProfile) { in setStateForNewContact()
1155 AccountType accountType, RawContactDelta oldState, AccountType oldAccountType) { in createNewRawContactDelta()
1383 AccountType oldAccountType = accountTypes.getAccountTypeForAccount(oldAccount); in rebindEditorsForNewContact() local
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java962 AccountType oldAccountType, AccountType newAccountType) { in migrateStateForNewContact()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4885 String oldAccountType = null; in updateRawContact() local