Searched refs:ASSISTANT_VOICE_INTERACTION_SERVICE (Results 1 – 2 of 2) sorted by relevance
30 import static android.server.wm.app.Components.ASSISTANT_VOICE_INTERACTION_SERVICE;73 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in setUp()87 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testLaunchingAssistantActivityIntoAssistantStack()122 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testAssistantStackZOrder()158 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in assertAssistantStackCanLaunchAndReturnFromNewTask()207 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testAssistantStackFinishToPreviousApp()228 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testDisallowEnterPiPFromAssistantStack()241 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testTranslucentAssistantActivityStackVisibility()314 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testLaunchIntoSameTask()364 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testPinnedStackWithAssistant()
212 public static final ComponentName ASSISTANT_VOICE_INTERACTION_SERVICE = field in Components