/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | HearingAidHelperTest.java | 66 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()
|
D | AccessibilityHearingAidPreferenceControllerTest.java | 105 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()
|
D | HearingDeviceAudioRoutingBasePreferenceControllerTest.java | 80 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in HearingDeviceAudioRoutingBasePreferenceControllerTest 106 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/ |
D | MediaOutputPreferenceControllerTest.java | 121 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()
|
D | HandsFreeProfileOutputPreferenceControllerTest.java | 97 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()
|
D | AudioOutputSwitchPreferenceControllerTest.java | 105 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/ |
D | MediaOutputIndicatorWorkerTest.java | 77 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/ |
D | AudioStreamConfirmDialogTest.java | 82 @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()
|
D | AudioStreamMediaServiceTest.java | 93 @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/ |
D | BluetoothPairingControllerTest.java | 68 private LocalBluetoothProfileManager mLocalBluetoothProfileManager; field in BluetoothPairingControllerTest 108 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
|