Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java1474 final Intent activity1Intent = new Intent(); in testCantSaveStateLaunchAndSwitch() local
1475 activity1Intent.setPackage(CANT_SAVE_STATE_1_PACKAGE_NAME); in testCantSaveStateLaunchAndSwitch()
1476 activity1Intent.setAction(Intent.ACTION_MAIN); in testCantSaveStateLaunchAndSwitch()
1477 activity1Intent.addCategory(Intent.CATEGORY_LAUNCHER); in testCantSaveStateLaunchAndSwitch()
1478 activity1Intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testCantSaveStateLaunchAndSwitch()
1514 startActivity(mTargetContext, activity1Intent); in testCantSaveStateLaunchAndSwitch()
1580 startAndWaitForHeavyWeightSwitcherActivity(activity1Intent); in testCantSaveStateLaunchAndSwitch()
1593 startAndWaitForHeavyWeightSwitcherActivity(activity1Intent); in testCantSaveStateLaunchAndSwitch()