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.java26 import static android.server.wm.app.Components.SINGLE_TASK_ACTIVITY;
69 testDashW(SINGLE_TASK_ACTIVITY, SINGLE_TASK_ACTIVITY); in testDashW_Direct()
75 testDashW(ENTRY_POINT_ALIAS_ACTIVITY, SINGLE_TASK_ACTIVITY); in testDashW_Indirect()
DActivityMetricsLoggerTests.java26 import static android.server.wm.app.Components.SINGLE_TASK_ACTIVITY;
403 final LogMaker metricsLog = getMetricsLog(SINGLE_TASK_ACTIVITY, APP_TRANSITION); in testTrampolineActivityLaunch()
405 assertMetricsLogs(SINGLE_TASK_ACTIVITY, APP_TRANSITION, metricsLog, mPreUptimeMs, in testTrampolineActivityLaunch()
DSplitScreenTests.java37 import static android.server.wm.app.Components.SINGLE_TASK_ACTIVITY;
259 launchTargetToSide(SINGLE_TASK_ACTIVITY, false); in testLaunchToSideSingleTask()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityStarterTests.java59 private static final ComponentName SINGLE_TASK_ACTIVITY field in ActivityStarterTests
216 launchActivity(SINGLE_TASK_ACTIVITY); in testLaunchSingleTaskActivity()
219 mAmWmState.assertFocusedActivity(SINGLE_TASK_ACTIVITY + "must be focused Activity", in testLaunchSingleTaskActivity()
220 SINGLE_TASK_ACTIVITY); in testLaunchSingleTaskActivity()
224 getActivityName(SINGLE_TASK_ACTIVITY), in testLaunchSingleTaskActivity()
229 mAmWmState.getAmState().getTaskByActivity(SINGLE_TASK_ACTIVITY).getTaskId()); in testLaunchSingleTaskActivity()
235 launchActivity(SINGLE_TASK_ACTIVITY); in testLaunchSingleTaskActivity()
240 mAmWmState.getAmState().getActivityCountInTask(taskId, SINGLE_TASK_ACTIVITY)); in testLaunchSingleTaskActivity()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java120 public static final ComponentName SINGLE_TASK_ACTIVITY = component("SingleTaskActivity"); field in Components