Searched defs:oldAccountType (Results 1 – 4 of 4) sorted by relevance
| /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
| D | RawContactModifierTests.java | 834 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateWithDisplayNameFromGoogleToExchange1() local 870 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateWithDisplayNameFromGoogleToExchange2() local 911 AccountType oldAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateWithStructuredNameFromExchangeToGoogle() local 955 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigratePostalFromGoogleToExchange() local 978 AccountType oldAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigratePostalFromExchangeToGoogle() local 1021 private void testMigrateEventCommon(AccountType oldAccountType, AccountType newAccountType) { in testMigrateEventCommon() 1044 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateEventFromGoogleToExchange2() local 1076 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateEmailFromGoogleToExchange() local 1126 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigrateImFromGoogleToExchange() local 1193 AccountType oldAccountType = new GoogleAccountType(getContext(), ""); in testMigratePhoneFromGoogleToExchange() local [all …]
|
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| D | ContactEditorBaseFragment.java | 1208 RawContactDelta oldState, AccountType oldAccountType, boolean isUserProfile) { in setStateForNewContact() 1224 AccountType accountType, RawContactDelta oldState, AccountType oldAccountType) { in createNewRawContactDelta() 1362 AccountType oldAccountType = accountTypes.getAccountTypeForAccount(oldAccount); in rebindEditorsForNewContact() local
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
| D | RawContactModifier.java | 964 AccountType oldAccountType, AccountType newAccountType) { in migrateStateForNewContact()
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| D | ContactsProvider2.java | 4539 String oldAccountType = null; in updateRawContact() local
|