Searched refs:stopVoiceRecognition (Results 1 – 6 of 6) sorted by relevance
506 public boolean stopVoiceRecognition(BluetoothDevice device) { in stopVoiceRecognition() method in HeadsetService.BluetoothHeadsetBinder511 return service.stopVoiceRecognition(device); in stopVoiceRecognition()833 boolean status = stopVoiceRecognition(mActiveDevice); in startVoiceRecognition()903 boolean stopVoiceRecognition(BluetoothDevice device) { in stopVoiceRecognition() method in HeadsetService1054 if (!stopVoiceRecognition(mActiveDevice)) { in setActiveDevice()1229 boolean status = stopVoiceRecognition(mActiveDevice); in startScoUsingVirtualVoiceCall()1385 boolean status = stopVoiceRecognition(mActiveDevice); in startVoiceRecognitionByHeadset()1498 stopVoiceRecognition(mActiveDevice); in phoneStateChanged()
319 public boolean stopVoiceRecognition(BluetoothDevice device) { in stopVoiceRecognition() method in HeadsetNativeInterface
837 if (!mNativeInterface.stopVoiceRecognition(mDevice)) { in processMessage()
287 public boolean stopVoiceRecognition(BluetoothDevice device) { in stopVoiceRecognition() method in HeadsetClientService.BluetoothHeadsetClientBinder292 return service.stopVoiceRecognition(device); in stopVoiceRecognition()570 boolean stopVoiceRecognition(BluetoothDevice device) { in stopVoiceRecognition() method in HeadsetClientService
207 doReturn(true).when(mNativeInterface).stopVoiceRecognition(any(BluetoothDevice.class)); in setUp()874 Assert.assertTrue(mHeadsetService.stopVoiceRecognition(device)); in testVoiceRecognition_SingleAgStopSuccess()875 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).stopVoiceRecognition(device); in testVoiceRecognition_SingleAgStopSuccess()1039 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).stopVoiceRecognition(deviceB); in testVoiceRecognition_MultiAgInitiatedSuccess()
287 mHfpClientProfile.stopVoiceRecognition(mPickedDevice); in stopBVRA()