Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteManagerTest.java361 when(mDeviceManager.getBluetoothHearingAid()).thenReturn(mBluetoothHearingAid); in resetMocks()
DBluetoothRouteTransitionTests.java413 when(mDeviceManager.getBluetoothHearingAid()).thenReturn(mBluetoothHearingAid); in setupStateMachine()
DBluetoothDeviceManagerTest.java340 assertNull(mBluetoothDeviceManager.getBluetoothHearingAid()); in testHearingAidServiceDisconnect()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java445 public BluetoothHearingAid getBluetoothHearingAid() { in getBluetoothHearingAid() method in BluetoothDeviceManager
DBluetoothRouteManager.java1073 BluetoothHearingAid bluetoothHearingAid = mDeviceManager.getBluetoothHearingAid();