Searched defs:oldAccountType (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactModifierTests.java | 826 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/ |
D | ContactEditorFragment.java | 1138 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/ |
D | RawContactModifier.java | 962 AccountType oldAccountType, AccountType newAccountType) { in migrateStateForNewContact()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4631 String oldAccountType = null; in updateRawContact() local
|