Searched refs:connectLeAudio (Results 1 – 8 of 8) sorted by relevance
507 doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectMissingLeAudioUuid()522 doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectPriorityOff()543 doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectTimeout()625 doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testAudioManagerConnectDisconnect()755 doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testCreateStateMachineStackEvents()833 doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testDeleteStateMachineUnbondEvents()910 doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testAuthorizationInfoRemovedFromTbsMcsOnUnbondEvents()1049 doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testDeleteStateMachineDisconnectEvents()1105 doReturn(true).when(mNativeInterface).connectLeAudio(device); in connectDevice()1191 doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testSetConnectionPolicy()[all …]
180 doReturn(true).when(mLeAudioNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testOutgoingTimeout()209 doReturn(true).when(mLeAudioNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in testIncomingTimeout()
734 doReturn(true).when(mLeAudioNativeInterface).connectLeAudio(any(BluetoothDevice.class)); in prepareConnectedUnicastDevice()
48 public void connectLeAudio(BluetoothDevice device, boolean connect) { in connectLeAudio() method in LeAudioViewModel49 bluetoothProxy.connectLeAudio(device, connect); in connectLeAudio()
275 leAudioViewModel.connectLeAudio(leAudioDeviceStateWrapper.device, true); in setupViewsProfileUiEventListeners()287 leAudioViewModel.connectLeAudio(leAudioDeviceStateWrapper.device, false); in setupViewsProfileUiEventListeners()
1074 public void connectLeAudio(BluetoothDevice device, boolean connect) { in connectLeAudio() method in BluetoothProxy
281 public boolean connectLeAudio(BluetoothDevice device) { in connectLeAudio() method in LeAudioNativeInterface
161 if (!mNativeInterface.connectLeAudio(mDevice)) { in processMessage()