Searched refs:KEY_TARGET_COMPONENT (Results 1 – 4 of 4) sorted by relevance
85 public static final String KEY_TARGET_COMPONENT = "target_component"; field in ActivityLauncher179 final String targetComponent = extras.getString(KEY_TARGET_COMPONENT); in launchActivityFromExtras()
71 import static android.server.wm.ActivityLauncher.KEY_TARGET_COMPONENT;461 .putExtra(KEY_TARGET_COMPONENT, launchComponent)); in launchActivityNewTask()2592 b.putString(KEY_TARGET_COMPONENT, getActivityName(mTargetActivity));2665 commandBuilder.append(" --es " + KEY_TARGET_COMPONENT + " ")
25 import static android.server.wm.ActivityLauncher.KEY_TARGET_COMPONENT;253 extras.putString(KEY_TARGET_COMPONENT, getActivityName(activityName)); in launchActivity()
22 import static android.server.wm.ActivityLauncher.KEY_TARGET_COMPONENT;445 + " true --es " + KEY_TARGET_COMPONENT + " " + TEST_ACTIVITY.flattenToShortString() in testConsecutiveLaunch()