Searched refs:KEY_LAUNCH_TARGET_COMPONENT (Results 1 – 3 of 3) sorted by relevance
33 import static android.server.wm.app.Components.VirtualDisplayActivity.KEY_LAUNCH_TARGET_COMPONENT;174 final String launchComponentName = entry.extras.getString(KEY_LAUNCH_TARGET_COMPONENT); in surfaceCreated()
408 public static final String KEY_LAUNCH_TARGET_COMPONENT = "launch_target_component"; field in Components.VirtualDisplayActivity
34 import static android.server.wm.app.Components.VirtualDisplayActivity.KEY_LAUNCH_TARGET_COMPONENT;441 .append(" --es " + KEY_LAUNCH_TARGET_COMPONENT + " ") in createVirtualDisplays()