Searched refs:EXTRA_START_ACTIVITY (Results 1 – 4 of 4) sorted by relevance
29 private static final String EXTRA_START_ACTIVITY = "start_activity"; field in TestActivityWithSameAffinity43 String launchActivityComponent = getIntent().getStringExtra(EXTRA_START_ACTIVITY); in onCreate()
56 import static android.server.wm.app.Components.PipActivity.EXTRA_START_ACTIVITY;279 String launchActivityComponent = getIntent().getStringExtra(EXTRA_START_ACTIVITY); in onCreate()
587 public static final String EXTRA_START_ACTIVITY = "start_activity"; field in Components.PipActivity
84 import static android.server.wm.app.Components.PipActivity.EXTRA_START_ACTIVITY;790 extraString(EXTRA_START_ACTIVITY, getActivityName(NON_RESIZEABLE_ACTIVITY))); in testAutoEnterPictureInPictureLaunchActivity()1507 extraString(EXTRA_START_ACTIVITY, getActivityName(TEST_ACTIVITY)), in testLaunchTaskByAffinityMatchMultipleTasks()1535 extraString(EXTRA_START_ACTIVITY, getActivityName(PIP_ACTIVITY)), in testLaunchTaskByAffinityMatchSingleTask()