Home
last modified time | relevance | path

Searched refs:mLocalBluetoothProfileManager (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingAidHelperTest.java66 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in HearingAidHelperTest
90 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
91 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
92 when(mLocalBluetoothProfileManager.getHapClientProfile()).thenReturn(mHapClientProfile); in setUp()
DAccessibilityHearingAidPreferenceControllerTest.java105 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in AccessibilityHearingAidPreferenceControllerTest
300 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setupEnvironment()
301 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setupEnvironment()
302 when(mLocalBluetoothProfileManager.getHapClientProfile()).thenReturn(mHapClientProfile); in setupEnvironment()
DHearingDeviceAudioRoutingBasePreferenceControllerTest.java80 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in HearingDeviceAudioRoutingBasePreferenceControllerTest
106 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DMediaOutputPreferenceControllerTest.java121 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in MediaOutputPreferenceControllerTest
197 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
199 when(mLocalBluetoothProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
200 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
201 when(mLocalBluetoothProfileManager.getLeAudioProfile()).thenReturn(mLeAudioProfile); in setUp()
202 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()) in setUp()
491 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_onlyA2dpDeviceActive_returnA2dpDevice()
499 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_allDevicesNotActive_returnNull()
DHandsFreeProfileOutputPreferenceControllerTest.java97 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in HandsFreeProfileOutputPreferenceControllerTest
143 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
145 when(mLocalBluetoothProfileManager.getHeadsetProfile()).thenReturn(mHeadsetProfile); in setUp()
146 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
147 when(mLocalBluetoothProfileManager.getLeAudioProfile()).thenReturn(mLeAudioProfile); in setUp()
517 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_onlyHeadsetDeviceActive_returnHeadsetDevice()
525 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_allDevicesNotActive_returnNull()
DAudioOutputSwitchPreferenceControllerTest.java105 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in AudioOutputSwitchPreferenceControllerTest
155 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
157 when(mLocalBluetoothProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
158 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
159 when(mLocalBluetoothProfileManager.getHeadsetProfile()).thenReturn(mHeadsetProfile); in setUp()
160 when(mLocalBluetoothProfileManager.getLeAudioProfile()).thenReturn(mLeAudioProfile); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/media/
DMediaOutputIndicatorWorkerTest.java77 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in MediaOutputIndicatorWorkerTest
104 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
105 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn(null); in setUp()
311 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()) in isBroadcastSupported_leAudioBroadcastProfileNotNull_returnTrue()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamConfirmDialogTest.java82 @Mock private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in AudioStreamConfirmDialogTest
100 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
101 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn(mBroadcast); in setUp()
102 when(mLocalBluetoothProfileManager.getLeAudioBroadcastAssistantProfile()) in setUp()
104 when(mLocalBluetoothProfileManager.getVolumeControlProfile()).thenReturn(mVolumeControl); in setUp()
DAudioStreamMediaServiceTest.java93 @Mock private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in AudioStreamMediaServiceTest
116 when(mLocalBtManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
117 when(mLocalBluetoothProfileManager.getVolumeControlProfile()) in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java68 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in BluetoothPairingControllerTest
108 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()