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.java826 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateNameFromGoogleToExchange() local
862 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigratePostalFromGoogleToExchange() local
885 AccountType oldAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigratePostalFromExchangeToGoogle() local
928 private void testMigrateEventCommon(AccountType oldAccountType, AccountType newAccountType) { in testMigrateEventCommon()
951 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateEventFromGoogleToExchange2() local
983 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateEmailFromGoogleToExchange() local
1033 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateImFromGoogleToExchange() local
1100 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigratePhoneFromGoogleToExchange() local
1178 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.java4460 String oldAccountType = null; in updateRawContact() local