Searched refs:getLeAudioBroadcastAssistantProfile (Results 1 – 8 of 8) sorted by relevance
122 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()
225 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()
101 when(mProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(mAssistant); in setUp()
154 when(mProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(mAssistant); in setUp()
1149 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()
234 && profileManager.getLeAudioBroadcastAssistantProfile() != null in dispatchProfileConnectionStateChanged()235 && profileManager.getLeAudioBroadcastAssistantProfile().isProfileReady()) { in dispatchProfileConnectionStateChanged()
569 public LocalBluetoothLeBroadcastAssistant getLeAudioBroadcastAssistantProfile() { in getLeAudioBroadcastAssistantProfile() method in LocalBluetoothProfileManager
581 localBtManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in hasConnectedBroadcastSource()