Searched refs:mLocalBtProfileManager (Results 1 – 6 of 6) sorted by relevance
97 @Mock private LocalBluetoothProfileManager mLocalBtProfileManager; field in AudioSharingDeviceVolumeControlUpdaterTest116 when(mLocalBtManager.getProfileManager()).thenReturn(mLocalBtProfileManager); in setUp()117 when(mLocalBtProfileManager.getLeAudioBroadcastProfile()).thenReturn(mBroadcast); in setUp()118 when(mLocalBtProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(mAssistant); in setUp()119 when(mLocalBtProfileManager.getVolumeControlProfile()).thenReturn(mVolumeControl); in setUp()
84 @Mock private LocalBluetoothProfileManager mLocalBtProfileManager; field in AudioSharingReceiverTest102 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBtProfileManager); in setUp()103 when(mLocalBtProfileManager.getLeAudioBroadcastProfile()).thenReturn(mBroadcast); in setUp()
89 @Mock private LocalBluetoothProfileManager mLocalBtProfileManager; field in AudioSharingPreferenceControllerTest111 when(localBluetoothManager.getProfileManager()).thenReturn(mLocalBtProfileManager); in setUp()112 when(mLocalBtProfileManager.getLeAudioBroadcastProfile()).thenReturn(mBroadcast); in setUp()
100 @Mock private LocalBluetoothProfileManager mLocalBtProfileManager; field in AudioSharingBluetoothDeviceUpdaterTest123 when(mLocalBtManager.getProfileManager()).thenReturn(mLocalBtProfileManager); in setUp()124 when(mLocalBtProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(mAssistant); in setUp()
107 @Mock private LocalBluetoothProfileManager mLocalBtProfileManager; field in AudioSharingDialogHandlerTest147 when(mLocalBtManager.getProfileManager()).thenReturn(mLocalBtProfileManager); in setup()148 when(mLocalBtProfileManager.getLeAudioBroadcastProfile()).thenReturn(mBroadcast); in setup()149 when(mLocalBtProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(mAssistant); in setup()
121 @Mock private LocalBluetoothProfileManager mLocalBtProfileManager; field in AvailableMediaDeviceGroupControllerTest166 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBtProfileManager); in setUp()430 when(mLocalBtProfileManager.getLeAudioBroadcastProfile()).thenReturn(mBroadcast); in setUpBroadcast()431 when(mLocalBtProfileManager.getLeAudioBroadcastAssistantProfile()).thenReturn(mAssistant); in setUpBroadcast()