Searched refs:getAllSources (Results 1 – 7 of 7) sorted by relevance
290 public @NonNull List<BluetoothLeBroadcastReceiveState> getAllSources( in getAllSources() method in LocalBluetoothLeBroadcastAssistant299 return mService.getAllSources(sink); in getAllSources()
587 assistant.getAllSources(cachedDevice.getDevice()); in hasConnectedBroadcastSource()598 assistant.getAllSources(device.getDevice()); in hasConnectedBroadcastSource()
1108 mServiceBroadcastAssistant.getAllSources(device)) { in stopLocalSourceReceivers()1140 mServiceBroadcastAssistant.getAllSources( in updateFallbackActiveDeviceIfNeeded()
200 when(mLocalBluetoothLeBroadcastAssistant.getAllSources(mBluetoothFirstDevice)).thenReturn( in startBroadcastWithConnectedDevices_hasBroadcastSource_failToAddSource()222 when(mLocalBluetoothLeBroadcastAssistant.getAllSources(mBluetoothFirstDevice)).thenReturn( in startBroadcastWithConnectedDevices_noBroadcastSource_failToAddSource()396 when(mLocalBluetoothLeBroadcastAssistant.getAllSources(mBluetoothFirstDevice)).thenReturn( in addSourceToAllConnectedDevices()
548 when(mAssistant.getAllSources(any())).thenReturn(sourceList); in testHasConnectedBroadcastSource_deviceConnectedToBroadcastSource()
1993 when(mAssistant.getAllSources(any())).thenReturn(sourceList); in getConnectionSummary_isBroadcastPrimary_returnActive()2020 when(mAssistant.getAllSources(any())).thenReturn(sourceList); in getConnectionSummary_isBroadcastNotPrimary_returnActiveMedia()
1166 List<BluetoothLeBroadcastReceiveState> sourceList = assistant.getAllSources(sink); in isThereAnyBroadcastSourceIntoSinkDevice()