Searched defs:newAccountType (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactModifierTests.java | 827 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateNameFromGoogleToExchange() local 863 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigratePostalFromGoogleToExchange() local 886 AccountType newAccountType = new GoogleAccountType(getContext(), ""); in testMigratePostalFromExchangeToGoogle() local 928 private void testMigrateEventCommon(AccountType oldAccountType, AccountType newAccountType) { in testMigrateEventCommon() 952 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateEventFromGoogleToExchange2() local 984 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateEmailFromGoogleToExchange() local 1034 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateImFromGoogleToExchange() local 1101 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigratePhoneFromGoogleToExchange() local 1179 AccountType newAccountType = new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE); in testMigrateOrganizationFromGoogleToExchange() local
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactModifier.java | 962 AccountType oldAccountType, AccountType newAccountType) { in migrateStateForNewContact()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 1384 AccountType newAccountType = accountTypes.getAccountTypeForAccount(newAccount); in rebindEditorsForNewContact() local
|