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()
376 public static final String EXTRA_START_ACTIVITY = "start_activity"; field in Components.PipActivity
55 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()