Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java365 List<BluetoothDevice> a2dpConnDevList = a2dpService.getConnectedDevices(); in handleAllProfilesDisconnected() local
366 allProfilesEmpty &= a2dpConnDevList.isEmpty(); in handleAllProfilesDisconnected()
367 atLeastOneProfileConnectedForDevice |= a2dpConnDevList.contains(device); in handleAllProfilesDisconnected()