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()
41 import static android.server.wm.app.Components.PipActivity.EXTRA_START_ACTIVITY;174 String launchActivityComponent = getIntent().getStringExtra(EXTRA_START_ACTIVITY); in onCreate()
373 public static final String EXTRA_START_ACTIVITY = "start_activity"; field in Components.PipActivity
54 import static android.server.wm.app.Components.PipActivity.EXTRA_START_ACTIVITY;491 EXTRA_START_ACTIVITY, getActivityName(NON_RESIZEABLE_ACTIVITY)); in testAutoEnterPictureInPictureLaunchActivity()1076 EXTRA_START_ACTIVITY, getActivityName(TEST_ACTIVITY), in testLaunchTaskByAffinityMatchMultipleTasks()1105 EXTRA_START_ACTIVITY, getActivityName(PIP_ACTIVITY), in testLaunchTaskByAffinityMatchSingleTask()