Home
last modified time | relevance | path

Searched refs:testMigrateEventCommon (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java919 testMigrateEventCommon(new GoogleAccountType(getContext(), ""), in testMigrateEventFromGoogleToExchange1()
924 testMigrateEventCommon(new ExchangeAccountType(getContext(), "", EXCHANGE_ACCT_TYPE), in testMigrateEventFromExchangeToGoogle()
928 private void testMigrateEventCommon(AccountType oldAccountType, AccountType newAccountType) { in testMigrateEventCommon() method in RawContactModifierTests