Searched refs:SINGLE_TASK_ACTIVITY (Results 1 – 5 of 5) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/am/ |
D | AmStartOptionsTests.java | 28 import static android.server.wm.app.Components.SINGLE_TASK_ACTIVITY; 63 testDashW(SINGLE_TASK_ACTIVITY, SINGLE_TASK_ACTIVITY); in testDashW_Direct() 68 testDashW(ENTRY_POINT_ALIAS_ACTIVITY, SINGLE_TASK_ACTIVITY); in testDashW_Indirect()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/ |
D | ActivityStarterTests.java | 75 private static final ComponentName SINGLE_TASK_ACTIVITY field in ActivityStarterTests 365 launchActivity(SINGLE_TASK_ACTIVITY); in testLaunchSingleTaskActivity() 368 mWmState.assertFocusedActivity(SINGLE_TASK_ACTIVITY + "must be focused Activity", in testLaunchSingleTaskActivity() 369 SINGLE_TASK_ACTIVITY); in testLaunchSingleTaskActivity() 373 getActivityName(SINGLE_TASK_ACTIVITY), in testLaunchSingleTaskActivity() 378 mWmState.getTaskByActivity(SINGLE_TASK_ACTIVITY).getTaskId()); in testLaunchSingleTaskActivity() 384 launchActivity(SINGLE_TASK_ACTIVITY); in testLaunchSingleTaskActivity() 389 mWmState.getActivityCountInTask(taskId, SINGLE_TASK_ACTIVITY)); in testLaunchSingleTaskActivity()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/ |
D | ActivityMetricsLoggerTests.java | 28 import static android.server.wm.app.Components.SINGLE_TASK_ACTIVITY; 431 final LogMaker metricsLog = waitForMetricsLog(SINGLE_TASK_ACTIVITY, APP_TRANSITION); in testTrampolineActivityLaunch() 433 assertMetricsLogs(SINGLE_TASK_ACTIVITY, APP_TRANSITION, metricsLog, mPreUptimeMs, in testTrampolineActivityLaunch() 452 launchAndWaitForActivity(SINGLE_TASK_ACTIVITY); in testLaunchTimeEventLogNonProcessSwitch()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | MultiWindowTests.java | 30 import static android.server.wm.app.Components.SINGLE_TASK_ACTIVITY; 309 launchTargetToSide(SINGLE_TASK_ACTIVITY, false); in testLaunchToSideSingleTask()
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | Components.java | 138 public static final ComponentName SINGLE_TASK_ACTIVITY = component("SingleTaskActivity"); field in Components
|