Searched refs:activity2Intent (Results 1 – 1 of 1) sorted by relevance
1480 final Intent activity2Intent = new Intent(); in testCantSaveStateLaunchAndSwitch() local1481 activity2Intent.setPackage(CANT_SAVE_STATE_2_PACKAGE_NAME); in testCantSaveStateLaunchAndSwitch()1482 activity2Intent.setAction(Intent.ACTION_MAIN); in testCantSaveStateLaunchAndSwitch()1483 activity2Intent.addCategory(Intent.CATEGORY_LAUNCHER); in testCantSaveStateLaunchAndSwitch()1484 activity2Intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testCantSaveStateLaunchAndSwitch()1533 startAndWaitForHeavyWeightSwitcherActivity(activity2Intent); in testCantSaveStateLaunchAndSwitch()1550 startAndWaitForHeavyWeightSwitcherActivity(activity2Intent); in testCantSaveStateLaunchAndSwitch()