Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DMediaOutputPreferenceControllerTest.java91 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in MediaOutputPreferenceControllerTest
127 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
128 when(mLocalBluetoothProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
129 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
337 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_onlyA2dpDeviceActive_returnA2dpDevice()
345 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_allDevicesNotActive_returnNull()
DHandsFreeProfileOutputPreferenceControllerTest.java91 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in HandsFreeProfileOutputPreferenceControllerTest
127 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
128 when(mLocalBluetoothProfileManager.getHeadsetProfile()).thenReturn(mHeadsetProfile); in setUp()
129 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
469 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_onlyHeadsetDeviceActive_returnHeadsetDevice()
477 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(null); in findActiveDevice_allDevicesNotActive_returnNull()
DAudioOutputSwitchPreferenceControllerTest.java99 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in AudioOutputSwitchPreferenceControllerTest
136 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
137 when(mLocalBluetoothProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
138 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
139 when(mLocalBluetoothProfileManager.getHeadsetProfile()).thenReturn(mHeadsetProfile); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/media/
DMediaOutputIndicatorSliceTest.java74 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in MediaOutputIndicatorSliceTest
98 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
99 when(mLocalBluetoothProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
100 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityHearingAidPreferenceControllerTest.java87 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in AccessibilityHearingAidPreferenceControllerTest
199 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setupBluetoothEnvironment()
200 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setupBluetoothEnvironment()