Home
last modified time | relevance | path

Searched refs:mBluetoothHearingAid (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java59 @Mock BluetoothHearingAid mBluetoothHearingAid; field in BluetoothDeviceManagerTest
81 when(mBluetoothHearingAid.getHiSyncId(device2)).thenReturn(100L); in setUp()
82 when(mBluetoothHearingAid.getHiSyncId(device4)).thenReturn(100L); in setUp()
97 mBluetoothDeviceManager.setHearingAidServiceForTesting(mBluetoothHearingAid); in setUp()
237 when(mBluetoothHearingAid.getActiveDevices()).thenReturn(Arrays.asList(device2, null)); in testConnectDisconnectAudioHearingAid()
DBluetoothRouteManagerTest.java65 @Mock private BluetoothHearingAid mBluetoothHearingAid; field in BluetoothRouteManagerTest
193 when(mBluetoothHearingAid.getConnectedDevices()) in setupConnectedDevices()
195 when(mBluetoothHearingAid.getActiveDevices()) in setupConnectedDevices()
220 when(mDeviceManager.getHearingAidService()).thenReturn(mBluetoothHearingAid); in resetMocks()
DBluetoothRouteTransitionTests.java240 @Mock private BluetoothHearingAid mBluetoothHearingAid; field in BluetoothRouteTransitionTests
290 when(mBluetoothHearingAid.getActiveDevices()).thenReturn(Arrays.asList(null, null)); in testTransitions()
362 when(mDeviceManager.getHearingAidService()).thenReturn(mBluetoothHearingAid); in setupStateMachine()