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.java1370 final Intent activity1Intent = new Intent(); in testCantSaveStateLaunchAndSwitch() local
1371 activity1Intent.setPackage(CANT_SAVE_STATE_1_PACKAGE_NAME); in testCantSaveStateLaunchAndSwitch()
1372 activity1Intent.setAction(Intent.ACTION_MAIN); in testCantSaveStateLaunchAndSwitch()
1373 activity1Intent.addCategory(Intent.CATEGORY_LAUNCHER); in testCantSaveStateLaunchAndSwitch()
1374 activity1Intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testCantSaveStateLaunchAndSwitch()
1411 mContext.startActivity(activity1Intent); in testCantSaveStateLaunchAndSwitch()
1471 startActivityAndWaitForShow(activity1Intent); in testCantSaveStateLaunchAndSwitch()
1484 startActivityAndWaitForShow(activity1Intent); in testCantSaveStateLaunchAndSwitch()