Searched defs:newAccountType (Results 1 – 3 of 3) sorted by relevance
| /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
| D | RawContactModifierTests.java | 835 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateWithDisplayNameFromGoogleToExchange1() local 871 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateWithDisplayNameFromGoogleToExchange2() local 912 AccountType newAccountType = new GoogleAccountType(getContext(), ""); in testMigrateWithStructuredNameFromExchangeToGoogle() local 956 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigratePostalFromGoogleToExchange() local 979 AccountType newAccountType = new GoogleAccountType(getContext(), ""); in testMigratePostalFromExchangeToGoogle() local 1021 private void testMigrateEventCommon(AccountType oldAccountType, AccountType newAccountType) { in testMigrateEventCommon() 1045 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateEventFromGoogleToExchange2() local 1077 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateEmailFromGoogleToExchange() local 1127 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateImFromGoogleToExchange() local 1194 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigratePhoneFromGoogleToExchange() local [all …]
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
| D | RawContactModifier.java | 964 AccountType oldAccountType, AccountType newAccountType) { in migrateStateForNewContact()
|
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| D | ContactEditorBaseFragment.java | 1363 AccountType newAccountType = accountTypes.getAccountTypeForAccount(newAccount); in rebindEditorsForNewContact() local
|