Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java387 List<BluetoothDevice> a2dpConnDevList = a2dpService.getConnectedDevices(); in handleAllProfilesDisconnected() local
388 allProfilesEmpty &= a2dpConnDevList.isEmpty(); in handleAllProfilesDisconnected()
389 atLeastOneProfileConnectedForDevice |= a2dpConnDevList.contains(device); in handleAllProfilesDisconnected()