Searched refs:EXTRA_ASSISTANT_ENTER_PIP (Results 1 – 3 of 3) sorted by relevance
23 import static android.server.am.Components.AssistantActivity.EXTRA_ASSISTANT_ENTER_PIP;60 if (getIntent().hasExtra(EXTRA_ASSISTANT_ENTER_PIP)) { in onCreate()
169 public static final String EXTRA_ASSISTANT_ENTER_PIP = "enter_pip"; field in Components.AssistantActivity
32 import static android.server.am.Components.AssistantActivity.EXTRA_ASSISTANT_ENTER_PIP;229 EXTRA_ASSISTANT_ENTER_PIP, "true"); in testDisallowEnterPiPFromAssistantStack()