Searched refs:firstIntent (Results 1 – 4 of 4) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/ |
D | ActivityLifecycleFreeformTests.java | 74 final Intent firstIntent = new Intent(mContext, FirstActivity.class) in testLaunchInFreeform() local 76 mTargetContext.startActivity(firstIntent, bundle); in testLaunchInFreeform() 96 final Intent firstIntent = new Intent(mContext, FirstActivity.class) in testMultiLaunchInFreeform() local 98 mTargetContext.startActivity(firstIntent, bundle); in testMultiLaunchInFreeform() 132 final Intent firstIntent = new Intent(mContext, FirstActivity.class) in testLaunchOccludingInFreeform() local 134 mTargetContext.startActivity(firstIntent, bundle); in testLaunchOccludingInFreeform() 189 final Intent firstIntent = new Intent(mContext, FirstActivity.class) in testLaunchTranslucentInFreeform() local 191 mTargetContext.startActivity(firstIntent, bundle); in testLaunchTranslucentInFreeform()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
D | LaunchRunner.java | 95 GenerationIntent firstIntent = initialState.get(0); in verify() local 96 activityLog.add(launchFromContext(initialContext, firstIntent.getActualIntent())); in verify() 180 LaunchFromIntent firstIntent = work.setup.get(0); in run() local 182 firstIntent.getActualIntent()); in run()
|
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/ |
D | UiAutomationTest.java | 310 Intent firstIntent = new Intent(getInstrumentation().getContext(), in testWindowAnimationFrameStats() local 312 firstIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testWindowAnimationFrameStats() 313 firstActivity = getInstrumentation().startActivitySync(firstIntent); in testWindowAnimationFrameStats()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | LoginActivityTest.java | 2463 Intent firstIntent = new Intent(mContext, DummyActivity.class); in testClickCustomButton() local 2465 mContext, 0, firstIntent, PendingIntent.FLAG_ONE_SHOT in testClickCustomButton()
|