Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java1225 final Intent activity2Intent = new Intent(); in testCantSaveStateLaunchAndSwitch() local
1226 activity2Intent.setPackage(CANT_SAVE_STATE_2_PACKAGE_NAME); in testCantSaveStateLaunchAndSwitch()
1227 activity2Intent.setAction(Intent.ACTION_MAIN); in testCantSaveStateLaunchAndSwitch()
1228 activity2Intent.addCategory(Intent.CATEGORY_LAUNCHER); in testCantSaveStateLaunchAndSwitch()
1229 activity2Intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testCantSaveStateLaunchAndSwitch()
1275 startActivityAndWaitForShow(activity2Intent); in testCantSaveStateLaunchAndSwitch()
1291 startActivityAndWaitForShow(activity2Intent); in testCantSaveStateLaunchAndSwitch()