Searched refs:hfpActiveDevice (Results 1 – 2 of 2) sorted by relevance
177 BluetoothDevice hfpActiveDevice, BluetoothDevice hearingAidActiveDevice) { in setupConnectedDevices() argument189 when(mHeadsetProxy.getActiveDevice()).thenReturn(hfpActiveDevice); in setupConnectedDevices()190 when(mHeadsetProxy.getAudioState(hfpActiveDevice)) in setupConnectedDevices()
192 BluetoothDevice hfpActiveDevice = in handleMessage() local194 if (getSilenceMode(hfpActiveDevice)) { in handleMessage()196 setSilenceMode(hfpActiveDevice, false); in handleMessage()