Home
last modified time | relevance | path

Searched refs:getConnectedGroupLeadDevice (Results 1 – 10 of 10) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java195 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()
DCallAudioRouteControllerTest.java161 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()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java137 public void getConnectedGroupLeadDevice() { in getConnectedGroupLeadDevice() method in LeAudioBinderTest
141 mBinder.getConnectedGroupLeadDevice(groupId, source); in getConnectedGroupLeadDevice()
142 verify(mLeAudioService).getConnectedGroupLeadDevice(groupId); in getConnectedGroupLeadDevice()
DLeAudioServiceTest.java2315 leadDevice = mService.getConnectedGroupLeadDevice(groupId); in testLeadGroupDeviceDisconnects()
2391 leadDevice = mService.getConnectedGroupLeadDevice(groupId); in testLeadGroupDeviceReconnects()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl57 … BluetoothDevice getConnectedGroupLeadDevice(int groupId, in AttributionSource attributionSource); in getConnectedGroupLeadDevice() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java850 public @Nullable BluetoothDevice getConnectedGroupLeadDevice(int groupId) { in getConnectedGroupLeadDevice() method in BluetoothLeAudio
859 service.getConnectedGroupLeadDevice(groupId, mAttributionSource), in getConnectedGroupLeadDevice()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java964 deviceToAdd = getLeAudioService().getConnectedGroupLeadDevice(groupId); in onAvailableRoutesChanged()
1247 BluetoothDevice leadDevice = getLeAudioService().getConnectedGroupLeadDevice(groupId); in isLeAudioNonLeadDeviceOrServiceUnavailable()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java850 BluetoothDevice getConnectedGroupLeadDevice(int groupId) { in getConnectedGroupLeadDevice() method in LeAudioService
2298 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.BluetoothLeAudioBinder
5001 return service.getConnectedGroupLeadDevice(groupId); in getConnectedGroupLeadDevice()
5442 BluetoothDevice leadDevice = getConnectedGroupLeadDevice(groupId); in dump()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java341 mBluetoothLeAudioService.getConnectedGroupLeadDevice(entry.getValue()))) { in getLeAudioConnectedDevices()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt945 …ssion.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothDevice getConnectedGroupLeadDevice(int);