Searched refs:startVoiceInteractionSession (Results 1 – 3 of 3) sorted by relevance
60 mSessionControl.startVoiceInteractionSession(); in testPerformDirectAction()85 mSessionControl.startVoiceInteractionSession(); in testGetPackageName()102 mSessionControl.startVoiceInteractionSession(); in testGrantVisibilityOnRequestDirectActions()121 mSessionControl.startVoiceInteractionSession(); in testCancelPerformedDirectAction()146 mSessionControl.startVoiceInteractionSession(); in testVoiceInteractorDestroy()164 mSessionControl.startVoiceInteractionSession(); in testNotifyDirectActionsChanged()183 private void startVoiceInteractionSession() throws Exception { in startVoiceInteractionSession() method in DirectActionsTest.SessionControl191 startVoiceInteractionSession(intent); in startVoiceInteractionSession()
76 mSessionControl.startVoiceInteractionSession(); in testVoiceInteractionSession_registerVisibleActivityCallback_withoutExecutor()99 mSessionControl.startVoiceInteractionSession(); in testVoiceInteractionSession_registerVisibleActivityCallback_withoutCallback()129 mSessionControl.startVoiceInteractionSession(); in testReceiveVisibleActivityCallbackAfterStartNewOrFinishActivity()158 mSessionControl.startVoiceInteractionSession(); in testReceiveVisibleActivityCallbackAfterCrashActivity()259 private void startVoiceInteractionSession() throws Exception { in startVoiceInteractionSession() method in VoiceInteractionSessionVisibleActivityTest.SessionControl267 startVoiceInteractionSession(intent); in startVoiceInteractionSession()
50 protected void startVoiceInteractionSession(Intent intent) throws Exception { in startVoiceInteractionSession() method in VoiceInteractionSessionControl