Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java833 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in handleAllProfilesDisconnected() local
834 allProfilesEmpty &= panConnDevList.isEmpty(); in handleAllProfilesDisconnected()
835 atLeastOneProfileConnectedForDevice |= panConnDevList.contains(device); in handleAllProfilesDisconnected()
1056 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in processConnectOtherProfiles() local
1059 if (panConnDevList.isEmpty() in processConnectOtherProfiles()