Searched refs:KEY_TARGET_COMPONENT (Results 1 – 4 of 4) sorted by relevance
69 public static final String KEY_TARGET_COMPONENT = "target_component"; field in ActivityLauncher103 final String targetComponent = extras.getString(KEY_TARGET_COMPONENT); in launchActivityFromExtras()
44 import static android.server.am.ActivityLauncher.KEY_TARGET_COMPONENT;1454 b.putString(KEY_TARGET_COMPONENT, getActivityName(mTargetActivity));1504 commandBuilder.append(" --es " + KEY_TARGET_COMPONENT + " ")
23 import static android.server.am.ActivityLauncher.KEY_TARGET_COMPONENT;237 extras.putString(KEY_TARGET_COMPONENT, getActivityName(activityName)); in launchActivity()
24 import static android.server.am.ActivityLauncher.KEY_TARGET_COMPONENT;92 + KEY_NEW_TASK + " true --es " + KEY_TARGET_COMPONENT + " ";