Searched refs:stopVoiceInteractionSession (Results 1 – 3 of 3) sorted by relevance
76 mSessionControl.stopVoiceInteractionSession(); in testPerformDirectAction()93 mSessionControl.stopVoiceInteractionSession(); in testGetPackageName()112 mSessionControl.stopVoiceInteractionSession(); in testGrantVisibilityOnRequestDirectActions()137 mSessionControl.stopVoiceInteractionSession(); in testCancelPerformedDirectAction()152 .detectInteractorDestroyed(() -> mSessionControl.stopVoiceInteractionSession())) in testVoiceInteractorDestroy()155 mSessionControl.stopVoiceInteractionSession(); in testVoiceInteractorDestroy()172 mSessionControl.stopVoiceInteractionSession(); in testNotifyDirectActionsChanged()
91 mSessionControl.stopVoiceInteractionSession(); in testVoiceInteractionSession_registerVisibleActivityCallback_withoutExecutor()114 mSessionControl.stopVoiceInteractionSession(); in testVoiceInteractionSession_registerVisibleActivityCallback_withoutCallback()151 mSessionControl.stopVoiceInteractionSession(); in testReceiveVisibleActivityCallbackAfterStartNewOrFinishActivity()180 mSessionControl.stopVoiceInteractionSession(); in testReceiveVisibleActivityCallbackAfterCrashActivity()
70 public void stopVoiceInteractionSession() throws Exception { in stopVoiceInteractionSession() method in VoiceInteractionSessionControl