Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DAssistantActivity.java25 import static android.server.am.Components.AssistantActivity.EXTRA_ASSISTANT_LAUNCH_NEW_TASK;
43 if (getIntent().hasExtra(EXTRA_ASSISTANT_LAUNCH_NEW_TASK)) { in onCreate()
45 getIntent().getStringExtra(EXTRA_ASSISTANT_LAUNCH_NEW_TASK)); in onCreate()
DComponents.java165 public static final String EXTRA_ASSISTANT_LAUNCH_NEW_TASK = "launch_new_task"; field in Components.AssistantActivity
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerAssistantStackTests.java34 import static android.server.am.Components.AssistantActivity.EXTRA_ASSISTANT_LAUNCH_NEW_TASK;
174 EXTRA_ASSISTANT_LAUNCH_NEW_TASK, getActivityName(TEST_ACTIVITY), in assertAssistantStackCanLaunchAndReturnFromNewTask()
274 EXTRA_ASSISTANT_LAUNCH_NEW_TASK, getActivityName(TEST_ACTIVITY)); in testTranslucentAssistantActivityStackVisibility()