Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java382 List<BluetoothDevice> hsConnDevList = hsService.getConnectedDevices(); in handleAllProfilesDisconnected() local
383 allProfilesEmpty &= hsConnDevList.isEmpty(); in handleAllProfilesDisconnected()
384 atLeastOneProfileConnectedForDevice |= hsConnDevList.contains(device); in handleAllProfilesDisconnected()