Home
last modified time | relevance | path

Searched refs:getLeAudioBroadcastAssistantProfile (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputBroadcastDialogTest.java121 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(null); in setUp()
150 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn( in startBroadcastWithConnectedDevices_noBroadcastMetadata_failToAddSource()
164 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn( in startBroadcastWithConnectedDevices_noConnectedMediaDevice_failToAddSource()
179 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn( in startBroadcastWithConnectedDevices_hasBroadcastSource_failToAddSource()
199 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn( in startBroadcastWithConnectedDevices_noBroadcastSource_failToAddSource()
373 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn( in addSourceToAllConnectedDevices()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java1106 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in getConnectedBroadcastSinkDevices()
1117 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in isThereAnyBroadcastSourceIntoSinkDevice()
1131 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in addSourceIntoSinkDeviceWithBluetoothLeAssistant()
1145 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in registerLeBroadcastAssistantServiceCallback()
1158 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in unregisterLeBroadcastAssistantServiceCallback()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java567 public LocalBluetoothLeBroadcastAssistant getLeAudioBroadcastAssistantProfile() { in getLeAudioBroadcastAssistantProfile() method in LocalBluetoothProfileManager