Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityStarterTests.java73 private static final ComponentName SINGLE_INSTANCE_ACTIVITY field in ActivityStarterTests
222 getLaunchActivityBuilder().setTargetActivity(SINGLE_INSTANCE_ACTIVITY) in testNoHistoryActivityWithDifferentTask()
330 launchActivity(SINGLE_INSTANCE_ACTIVITY); in testLaunchSingleInstanceActivity()
333 .getTaskByActivity(SINGLE_INSTANCE_ACTIVITY).getTaskId(); in testLaunchSingleInstanceActivity()
336 mWmState.assertFocusedActivity(SINGLE_INSTANCE_ACTIVITY + "must be focused Activity", in testLaunchSingleInstanceActivity()
337 SINGLE_INSTANCE_ACTIVITY); in testLaunchSingleInstanceActivity()
340 getActivityName(SINGLE_INSTANCE_ACTIVITY), in testLaunchSingleInstanceActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DMultiWindowTests.java29 import static android.server.wm.app.Components.SINGLE_INSTANCE_ACTIVITY;
304 launchTargetToSide(SINGLE_INSTANCE_ACTIVITY, false); in testLaunchToSideSingleInstance()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java129 public static final ComponentName SINGLE_INSTANCE_ACTIVITY = field in Components