Home
last modified time | relevance | path

Searched refs:SINGLE_TASK_INSTANCE_DISPLAY_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java34 import static android.server.wm.app.Components.SINGLE_TASK_INSTANCE_DISPLAY_ACTIVITY;
831 launchActivityOnDisplay(SINGLE_TASK_INSTANCE_DISPLAY_ACTIVITY, displayId); in testSingleTaskInstanceDisplay()
840 display.containsActivity(SINGLE_TASK_INSTANCE_DISPLAY_ACTIVITY)); in testSingleTaskInstanceDisplay()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java184 public static final ComponentName SINGLE_TASK_INSTANCE_DISPLAY_ACTIVITY = field in Components