Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DVoiceInteractionServiceConnectedRule.java56 setVoiceInteractionService(mTestVoiceInteractionService); in before()
63 setVoiceInteractionService(mOriginalVoiceInteractionService); in after()
73 private void setVoiceInteractionService(String service) { in setVoiceInteractionService() method in VoiceInteractionServiceConnectedRule
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DAssistantStackTests.java76 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in setUp()
89 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testLaunchingAssistantActivityIntoAssistantStack()
124 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testAssistantStackZOrder()
160 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in assertAssistantStackCanLaunchAndReturnFromNewTask()
208 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testAssistantStackFinishToPreviousApp()
229 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testDisallowEnterPiPFromAssistantStack()
242 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testTranslucentAssistantActivityStackVisibility()
336 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testLaunchIntoSameTask()
401 assistantSession.setVoiceInteractionService(ASSISTANT_VOICE_INTERACTION_SERVICE); in testPinnedStackWithAssistant()
465 void setVoiceInteractionService(ComponentName assistantName) throws Exception { in setVoiceInteractionService() method in AssistantStackTests.AssistantSession
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedManagedProfileOwnerTest.java85 setVoiceInteractionService(ASSIST_INTERACTION_SERVICE); in testScreenCaptureDisabled_assist_allowedPrimaryUser()
DDeviceAndProfileOwnerTest.java440 setVoiceInteractionService(ASSIST_INTERACTION_SERVICE); in testScreenCaptureDisabled_assist()
1257 protected void setVoiceInteractionService(String componentName) in setVoiceInteractionService() method in DeviceAndProfileOwnerTest