Home
last modified time | relevance | path

Searched refs:SINGLE_TASK_ACTIVITY (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAmStartOptionsTests.java25 import static android.server.wm.app.Components.SINGLE_TASK_ACTIVITY;
66 testDashW(SINGLE_TASK_ACTIVITY, SINGLE_TASK_ACTIVITY); in testDashW_Direct()
71 testDashW(ENTRY_POINT_ALIAS_ACTIVITY, SINGLE_TASK_ACTIVITY); in testDashW_Indirect()
DActivityMetricsLoggerTests.java27 import static android.server.wm.app.Components.SINGLE_TASK_ACTIVITY;
406 final LogMaker metricsLog = waitForMetricsLog(SINGLE_TASK_ACTIVITY, APP_TRANSITION); in testTrampolineActivityLaunch()
408 assertMetricsLogs(SINGLE_TASK_ACTIVITY, APP_TRANSITION, metricsLog, mPreUptimeMs, in testTrampolineActivityLaunch()
426 launchAndWaitForActivity(SINGLE_TASK_ACTIVITY); in testLaunchTimeEventLogNonProcessSwitch()
DMultiWindowTests.java30 import static android.server.wm.app.Components.SINGLE_TASK_ACTIVITY;
312 launchTargetToSide(SINGLE_TASK_ACTIVITY, false); in testLaunchToSideSingleTask()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityStarterTests.java75 private static final ComponentName SINGLE_TASK_ACTIVITY field in ActivityStarterTests
362 launchActivity(SINGLE_TASK_ACTIVITY); in testLaunchSingleTaskActivity()
365 mWmState.assertFocusedActivity(SINGLE_TASK_ACTIVITY + "must be focused Activity", in testLaunchSingleTaskActivity()
366 SINGLE_TASK_ACTIVITY); in testLaunchSingleTaskActivity()
370 getActivityName(SINGLE_TASK_ACTIVITY), in testLaunchSingleTaskActivity()
375 mWmState.getTaskByActivity(SINGLE_TASK_ACTIVITY).getTaskId()); in testLaunchSingleTaskActivity()
381 launchActivity(SINGLE_TASK_ACTIVITY); in testLaunchSingleTaskActivity()
386 mWmState.getActivityCountInTask(taskId, SINGLE_TASK_ACTIVITY)); in testLaunchSingleTaskActivity()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java132 public static final ComponentName SINGLE_TASK_ACTIVITY = component("SingleTaskActivity"); field in Components