Home | History | Annotate | Download | only in hfp

Lines Matching defs:stopVoiceRecognition

203         doReturn(true).when(mNativeInterface).stopVoiceRecognition(any(BluetoothDevice.class));
649 * 3. AG call {@link BluetoothHeadset#stopVoiceRecognition(BluetoothDevice)} to indicate
842 * {@link BluetoothHeadset#stopVoiceRecognition(BluetoothDevice)} to indicate that voice
861 Assert.assertTrue(mHeadsetService.stopVoiceRecognition(device));
862 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).stopVoiceRecognition(device);
1026 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).stopVoiceRecognition(deviceB);