Home
last modified time | relevance | path

Searched refs:setVoiceInteractionService (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerAssistantStackTests.java76 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in setUp()
90 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testLaunchingAssistantActivityIntoAssistantStack()
129 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testAssistantStackZOrder()
171 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in assertAssistantStackCanLaunchAndReturnFromNewTask()
204 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testAssistantStackFinishToPreviousApp()
226 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testDisallowEnterPiPFromAssistantStack()
241 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testTranslucentAssistantActivityStackVisibility()
315 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testLaunchIntoSameTask()
360 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testPinnedStackWithAssistant()
416 void setVoiceInteractionService(ComponentName assistantName) throws Exception { in setVoiceInteractionService() method in ActivityManagerAssistantStackTests.AssistantSession
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedManagedProfileOwnerTest.java90 setVoiceInteractionService(ASSIST_INTERACTION_SERVICE); in testScreenCaptureDisabled_assist_allowedPrimaryUser()
DDeviceAndProfileOwnerTest.java493 setVoiceInteractionService(ASSIST_INTERACTION_SERVICE); in testScreenCaptureDisabled_assist()
1116 protected void setVoiceInteractionService(String componentName) in setVoiceInteractionService() method in DeviceAndProfileOwnerTest