Searched refs:getA2dpActiveDevice (Results 1 – 3 of 3) sorted by relevance
138 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onReceive()283 private BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in AvrcpTargetService344 BluetoothDevice activeDevice = getA2dpActiveDevice(); in setVolume()358 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendVolumeChanged()446 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendMediaKeyEvent()
160 Assert.assertEquals(mA2dpDevice, mActiveDeviceManager.getA2dpActiveDevice()); in a2dpActiveDeviceSelected_setActive()268 Assert.assertEquals(mA2dpHeadsetDevice, mActiveDeviceManager.getA2dpActiveDevice()); in hearingAidActive_setA2dpActiveExplicitly()
485 BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in ActiveDeviceManager