Home
last modified time | relevance | path

Searched refs:KEY_LAUNCH_TARGET_COMPONENT (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DVirtualDisplayActivity.java33 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()
DComponents.java408 public static final String KEY_LAUNCH_TARGET_COMPONENT = "launch_target_component"; field in Components.VirtualDisplayActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayTestBase.java34 import static android.server.wm.app.Components.VirtualDisplayActivity.KEY_LAUNCH_TARGET_COMPONENT;
441 .append(" --es " + KEY_LAUNCH_TARGET_COMPONENT + " ") in createVirtualDisplays()