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.java41 import static android.server.wm.app.Components.PipActivity.EXTRA_START_ACTIVITY;
174 String launchActivityComponent = getIntent().getStringExtra(EXTRA_START_ACTIVITY); in onCreate()
DComponents.java376 public static final String EXTRA_START_ACTIVITY = "start_activity"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java55 import static android.server.wm.app.Components.PipActivity.EXTRA_START_ACTIVITY;
496 EXTRA_START_ACTIVITY, getActivityName(NON_RESIZEABLE_ACTIVITY)); in testAutoEnterPictureInPictureLaunchActivity()
1106 EXTRA_START_ACTIVITY, getActivityName(TEST_ACTIVITY), in testLaunchTaskByAffinityMatchMultipleTasks()
1135 EXTRA_START_ACTIVITY, getActivityName(PIP_ACTIVITY), in testLaunchTaskByAffinityMatchSingleTask()