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/windowmanager/app/src/android/server/wm/app/
DAssistantActivity.java25 import static android.server.wm.app.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.java237 public static final String EXTRA_ASSISTANT_LAUNCH_NEW_TASK = "launch_new_task"; field in Components.AssistantActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAssistantStackTests.java35 import static android.server.wm.app.Components.AssistantActivity.EXTRA_ASSISTANT_LAUNCH_NEW_TASK;
169 EXTRA_ASSISTANT_LAUNCH_NEW_TASK, getActivityName(TEST_ACTIVITY), in assertAssistantStackCanLaunchAndReturnFromNewTask()
267 EXTRA_ASSISTANT_LAUNCH_NEW_TASK, getActivityName(TEST_ACTIVITY)); in testTranslucentAssistantActivityStackVisibility()