Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java36 import static android.server.wm.app.Components.SINGLE_TASK_INSTANCE_DISPLAY_ACTIVITY3;
833 waitAndAssertTopResumedActivity(SINGLE_TASK_INSTANCE_DISPLAY_ACTIVITY3, DEFAULT_DISPLAY, in testSingleTaskInstanceDisplay()
845 display.containsActivity(SINGLE_TASK_INSTANCE_DISPLAY_ACTIVITY3)); in testSingleTaskInstanceDisplay()
848 SINGLE_TASK_INSTANCE_DISPLAY_ACTIVITY3)); in testSingleTaskInstanceDisplay()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java188 public static final ComponentName SINGLE_TASK_INSTANCE_DISPLAY_ACTIVITY3 = field in Components