Searched refs:startBluetoothVoiceRecognition (Results 1 – 6 of 6) sorted by relevance
173 assertThat(mCarBluetoothUserService.startBluetoothVoiceRecognition()).isFalse(); in testBvra_noProxy_doNothing()198 assertThat(mCarBluetoothUserService.startBluetoothVoiceRecognition()).isFalse(); in testBvra_noDevices_doNothing()226 mCarBluetoothUserService.startBluetoothVoiceRecognition(); in testBvra_defaultDeviceSupports_bvraOnDefaultDevice()255 mCarBluetoothUserService.startBluetoothVoiceRecognition(); in testBvra_defaultDeviceNoSupport_bvraOnFirstDevice()287 assertThat(mCarBluetoothUserService.startBluetoothVoiceRecognition()).isTrue(); in testBvra_passUpInvocationResult()290 assertThat(mCarBluetoothUserService.startBluetoothVoiceRecognition()).isFalse(); in testBvra_passUpInvocationResult()
28 boolean startBluetoothVoiceRecognition(); in startBluetoothVoiceRecognition() method
636 public boolean startBluetoothVoiceRecognition() { in startBluetoothVoiceRecognition() method in CarBluetoothService639 return mCarBluetoothUserService.startBluetoothVoiceRecognition(); in startBluetoothVoiceRecognition()
364 public boolean startBluetoothVoiceRecognition() { in startBluetoothVoiceRecognition() method in CarBluetoothUserService
629 verify(mCarBluetoothService, times(1)).startBluetoothVoiceRecognition(); in voiceKey_longPress_bluetoothVoiceRecognitionIsEnabled_triggersBluetoothAssist()657 verify(mCarBluetoothService, never()).startBluetoothVoiceRecognition(); in voiceKey_shortPress_bluetoothVoiceRecognitionIsEnabled_triggersAssistUtils()
971 return mCarBluetoothService.startBluetoothVoiceRecognition(); in launchBluetoothVoiceRecognition()