Home
last modified time | relevance | path

Searched refs:hfpActiveDevice (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteManagerTest.java177 BluetoothDevice hfpActiveDevice, BluetoothDevice hearingAidActiveDevice) { in setupConnectedDevices() argument
189 when(mHeadsetProxy.getActiveDevice()).thenReturn(hfpActiveDevice); in setupConnectedDevices()
190 when(mHeadsetProxy.getAudioState(hfpActiveDevice)) in setupConnectedDevices()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DSilenceDeviceManager.java192 BluetoothDevice hfpActiveDevice = in handleMessage() local
194 if (getSilenceMode(hfpActiveDevice)) { in handleMessage()
196 setSilenceMode(hfpActiveDevice, false); in handleMessage()