Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java828 List<BluetoothDevice> csipConnDevList = csipSetCooridnatorService.getConnectedDevices(); in handleAllProfilesDisconnected() local
829 allProfilesEmpty &= csipConnDevList.isEmpty(); in handleAllProfilesDisconnected()
830 atLeastOneProfileConnectedForDevice |= csipConnDevList.contains(device); in handleAllProfilesDisconnected()
1080 List<BluetoothDevice> csipConnDevList = csipSetCooridnatorService.getConnectedDevices(); in processConnectOtherProfiles() local
1081 if (!csipConnDevList.contains(device) in processConnectOtherProfiles()