Home
last modified time | relevance | path

Searched refs:getAllSources (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcastAssistant.java290 public @NonNull List<BluetoothLeBroadcastReceiveState> getAllSources( in getAllSources() method in LocalBluetoothLeBroadcastAssistant
299 return mService.getAllSources(sink); in getAllSources()
DBluetoothUtils.java587 assistant.getAllSources(cachedDevice.getDevice()); in hasConnectedBroadcastSource()
598 assistant.getAllSources(device.getDevice()); in hasConnectedBroadcastSource()
DLocalBluetoothLeBroadcast.java1108 mServiceBroadcastAssistant.getAllSources(device)) { in stopLocalSourceReceivers()
1140 mServiceBroadcastAssistant.getAllSources( in updateFallbackActiveDeviceIfNeeded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialogTest.java200 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()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothUtilsTest.java548 when(mAssistant.getAllSources(any())).thenReturn(sourceList); in testHasConnectedBroadcastSource_deviceConnectedToBroadcastSource()
DCachedBluetoothDeviceTest.java1993 when(mAssistant.getAllSources(any())).thenReturn(sourceList); in getConnectionSummary_isBroadcastPrimary_returnActive()
2020 when(mAssistant.getAllSources(any())).thenReturn(sourceList); in getConnectionSummary_isBroadcastNotPrimary_returnActiveMedia()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java1166 List<BluetoothLeBroadcastReceiveState> sourceList = assistant.getAllSources(sink); in isThereAnyBroadcastSourceIntoSinkDevice()