Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialogTest.java122 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(null); in setUp()
163 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn( in startBroadcastWithConnectedDevices_noBroadcastMetadata_failToAddSource()
177 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn( in startBroadcastWithConnectedDevices_noConnectedMediaDevice_failToAddSource()
192 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn( in startBroadcastWithConnectedDevices_hasBroadcastSource_failToAddSource()
212 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn( in startBroadcastWithConnectedDevices_noBroadcastSource_failToAddSource()
386 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn( in addSourceToAllConnectedDevices()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java225 when(profileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(assistant); in dispatchProfileConnectionStateChanged_flagOff_noUpdateFallbackDevice()
256 when(profileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(assistant); in dispatchProfileConnectionStateChanged_notSupport_noUpdateFallbackDevice()
287 when(profileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(assistant); in dispatchProfileConnectionStateChanged_profileNotReady_noUpdateFallbackDevice()
318 when(profileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(assistant); in dispatchProfileConnectionStateChanged_notAssistantProfile_noUpdateFallbackDevice()
349 when(profileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(assistant); in dispatchProfileConnectionStateChanged_audioSharing_updateFallbackDevice()
DBluetoothUtilsTest.java101 when(mProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(mAssistant); in setUp()
DCachedBluetoothDeviceTest.java154 when(mProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(mAssistant); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java1149 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in getConnectedBroadcastSinkDevices()
1160 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in isThereAnyBroadcastSourceIntoSinkDevice()
1174 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in addSourceIntoSinkDeviceWithBluetoothLeAssistant()
1188 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in registerLeBroadcastAssistantServiceCallback()
1201 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in unregisterLeBroadcastAssistantServiceCallback()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java234 && profileManager.getLeAudioBroadcastAssistantProfile() != null in dispatchProfileConnectionStateChanged()
235 && profileManager.getLeAudioBroadcastAssistantProfile().isProfileReady()) { in dispatchProfileConnectionStateChanged()
DLocalBluetoothProfileManager.java569 public LocalBluetoothLeBroadcastAssistant getLeAudioBroadcastAssistantProfile() { in getLeAudioBroadcastAssistantProfile() method in LocalBluetoothProfileManager
DBluetoothUtils.java581 localBtManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in hasConnectedBroadcastSource()