Searched refs:EXTRA_ASSISTANT_LAUNCH_NEW_TASK (Results 1 – 3 of 3) sorted by relevance
25 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()
237 public static final String EXTRA_ASSISTANT_LAUNCH_NEW_TASK = "launch_new_task"; field in Components.AssistantActivity
35 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()