Searched refs:getLeAudioBroadcastAssistantProfile (Results 1 – 3 of 3) sorted by relevance
121 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()
1106 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()
567 public LocalBluetoothLeBroadcastAssistant getLeAudioBroadcastAssistantProfile() { in getLeAudioBroadcastAssistantProfile() method in LocalBluetoothProfileManager