Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DTestActivityWithSameAffinity.java29 private static final String EXTRA_START_ACTIVITY = "start_activity"; field in TestActivityWithSameAffinity
43 String launchActivityComponent = getIntent().getStringExtra(EXTRA_START_ACTIVITY); in onCreate()
DPipActivity.java46 import static android.server.wm.app.Components.PipActivity.EXTRA_START_ACTIVITY;
211 String launchActivityComponent = getIntent().getStringExtra(EXTRA_START_ACTIVITY); in onCreate()
DComponents.java529 public static final String EXTRA_START_ACTIVITY = "start_activity"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java65 import static android.server.wm.app.Components.PipActivity.EXTRA_START_ACTIVITY;
528 extraString(EXTRA_START_ACTIVITY, getActivityName(NON_RESIZEABLE_ACTIVITY))); in testAutoEnterPictureInPictureLaunchActivity()
1211 extraString(EXTRA_START_ACTIVITY, getActivityName(TEST_ACTIVITY)), in testLaunchTaskByAffinityMatchMultipleTasks()
1241 extraString(EXTRA_START_ACTIVITY, getActivityName(PIP_ACTIVITY)), in testLaunchTaskByAffinityMatchSingleTask()