Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
H A DMediaOutputPreferenceControllerTest.java105 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in MediaOutputPreferenceControllerTest
169 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
170 when(mLocalBluetoothProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
171 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
338 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_onlyA2dpDeviceActive_returnA2dpDevice()
346 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_allDevicesNotActive_returnNull()
H A DAudioOutputSwitchPreferenceControllerTest.java96 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in AudioOutputSwitchPreferenceControllerTest
133 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
134 when(mLocalBluetoothProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
135 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
136 when(mLocalBluetoothProfileManager.getHeadsetProfile()).thenReturn(mHeadsetProfile); in setUp()
H A DHandsFreeProfileOutputPreferenceControllerTest.java92 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in HandsFreeProfileOutputPreferenceControllerTest
128 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
129 when(mLocalBluetoothProfileManager.getHeadsetProfile()).thenReturn(mHeadsetProfile); in setUp()
130 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
477 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_onlyHeadsetDeviceActive_returnHeadsetDevice()
485 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_allDevicesNotActive_returnNull()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DAccessibilityHearingAidPreferenceControllerTest.java87 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in AccessibilityHearingAidPreferenceControllerTest
199 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setupBluetoothEnvironment()
200 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setupBluetoothEnvironment()