Searched refs:mLocalBluetoothProfileManager (Results 1 – 4 of 4) sorted by relevance
105 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in MediaOutputPreferenceControllerTest169 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()
96 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in AudioOutputSwitchPreferenceControllerTest133 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()
92 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in HandsFreeProfileOutputPreferenceControllerTest128 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()
87 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in AccessibilityHearingAidPreferenceControllerTest199 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setupBluetoothEnvironment()200 when(mLocalBluetoothProfileManager.getHearingAidProfile()).thenReturn(mHearingAidProfile); in setupBluetoothEnvironment()