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.java26 import static android.server.wm.app.Components.AssistantActivity.EXTRA_ASSISTANT_LAUNCH_NEW_TASK;
44 if (getIntent().hasExtra(EXTRA_ASSISTANT_LAUNCH_NEW_TASK)) { in onCreate()
46 getIntent().getStringExtra(EXTRA_ASSISTANT_LAUNCH_NEW_TASK)); in onCreate()
DComponents.java333 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.java34 import static android.server.wm.app.Components.AssistantActivity.EXTRA_ASSISTANT_LAUNCH_NEW_TASK;
161 extraString(EXTRA_ASSISTANT_LAUNCH_NEW_TASK, getActivityName(TEST_ACTIVITY)), in assertAssistantStackCanLaunchAndReturnFromNewTask()
275 extraString(EXTRA_ASSISTANT_LAUNCH_NEW_TASK, getActivityName(TEST_ACTIVITY))); in testTranslucentAssistantActivityStackVisibility()