Searched refs:getConnectedGroupLeadDevice (Results 1 – 10 of 10) sorted by relevance
195 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(1)).thenReturn(device5); in testMultiDeviceConnectAndDisconnect()204 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(2)).thenReturn(device6); in testMultiDeviceConnectAndDisconnect()235 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(1)).thenReturn(device5); in testLeAudioMissedGroupCallbackBeforeConnected()256 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(1)).thenReturn(device5); in testLeAudioGroupAvailableBeforeConnect()291 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(1)).thenReturn(device5); in testLeAudioDedup()751 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(1)).thenReturn(device3); in testInBandRingingEnabledForLeDevice()
161 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(anyInt())) in setUp()615 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(anyInt())) in testConnectAndDisconnectLeDeviceDuringCall()631 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(anyInt())) in testSwitchBetweenLeAndScoDevices()707 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(anyInt())) in testIgnoreLeRouteWhenServiceUnavailable()
137 public void getConnectedGroupLeadDevice() { in getConnectedGroupLeadDevice() method in LeAudioBinderTest141 mBinder.getConnectedGroupLeadDevice(groupId, source); in getConnectedGroupLeadDevice()142 verify(mLeAudioService).getConnectedGroupLeadDevice(groupId); in getConnectedGroupLeadDevice()
2315 leadDevice = mService.getConnectedGroupLeadDevice(groupId); in testLeadGroupDeviceDisconnects()2391 leadDevice = mService.getConnectedGroupLeadDevice(groupId); in testLeadGroupDeviceReconnects()
57 … BluetoothDevice getConnectedGroupLeadDevice(int groupId, in AttributionSource attributionSource); in getConnectedGroupLeadDevice() method
850 public @Nullable BluetoothDevice getConnectedGroupLeadDevice(int groupId) { in getConnectedGroupLeadDevice() method in BluetoothLeAudio859 service.getConnectedGroupLeadDevice(groupId, mAttributionSource), in getConnectedGroupLeadDevice()
964 deviceToAdd = getLeAudioService().getConnectedGroupLeadDevice(groupId); in onAvailableRoutesChanged()1247 BluetoothDevice leadDevice = getLeAudioService().getConnectedGroupLeadDevice(groupId); in isLeAudioNonLeadDeviceOrServiceUnavailable()
850 BluetoothDevice getConnectedGroupLeadDevice(int groupId) { in getConnectedGroupLeadDevice() method in LeAudioService2298 BluetoothDevice leadDevice = getConnectedGroupLeadDevice(currentlyActiveGroupId); in getActiveDevices()4830 return getConnectedGroupLeadDevice(groupId); in getLeadDevice()4993 public BluetoothDevice getConnectedGroupLeadDevice(int groupId, AttributionSource source) { in getConnectedGroupLeadDevice() method in LeAudioService.BluetoothLeAudioBinder5001 return service.getConnectedGroupLeadDevice(groupId); in getConnectedGroupLeadDevice()5442 BluetoothDevice leadDevice = getConnectedGroupLeadDevice(groupId); in dump()
341 mBluetoothLeAudioService.getConnectedGroupLeadDevice(entry.getValue()))) { in getLeAudioConnectedDevices()
945 …ssion.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothDevice getConnectedGroupLeadDevice(int);