/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 156 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetService.BluetoothHeadsetBinder 159 return service.getConnectedDevices(); in getConnectedDevices() 362 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetService 364 return mStateMachine.getConnectedDevices(); in getConnectedDevices() 535 for (BluetoothDevice device: getConnectedDevices()) { in enableWBS() 551 for (BluetoothDevice device: getConnectedDevices()) { in disableWBS()
|
D | HeadsetStateMachine.java | 2125 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetStateMachine
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpSinkService.java | 131 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkService 133 return mStateMachine.getConnectedDevices(); in getConnectedDevices() 189 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkService.BluetoothA2dpSinkBinder 192 return service.getConnectedDevices(); in getConnectedDevices()
|
D | A2dpService.java | 165 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpService 167 return mStateMachine.getConnectedDevices(); in getConnectedDevices() 265 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpService.BluetoothA2dpBinder 268 return service.getConnectedDevices(); in getConnectedDevices()
|
D | A2dpSinkStateMachine.java | 637 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkStateMachine
|
D | A2dpStateMachine.java | 651 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpStateMachine
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 121 List<BluetoothDevice> DevList = getConnectedDevices(); in cleanup() 245 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PanService.BluetoothPanBinder 248 return service.getConnectedDevices(); in getConnectedDevices() 308 List<BluetoothDevice> DevList = getConnectedDevices(); in setBluetoothTethering() 314 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PanService
|
D | BluetoothTetheringNetworkFactory.java | 145 for (BluetoothDevice device : mPanService.getConnectedDevices()) { in onCancelRequest()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothManager.java | 144 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAvailable() 168 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAudioConnected() 264 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in dump()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpControllerService.java | 134 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in AvrcpControllerService 193 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in AvrcpControllerService.BluetoothAvrcpControllerBinder 196 return service.getConnectedDevices(); in getConnectedDevices()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 166 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetClientService.BluetoothHeadsetClientBinder 171 return service.getConnectedDevices(); in getConnectedDevices() 470 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetClientService 472 return mStateMachine.getConnectedDevices(); in getConnectedDevices()
|
D | HeadsetClientStateMachine.java | 2412 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetClientStateMachine
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 192 if (mInput.getConnectedDevices().contains(mDevice)) { in nextStepInit() 200 if (mA2dp.getConnectedDevices().contains(mDevice) || in nextStepInit() 201 mHeadset.getConnectedDevices().contains(mDevice)) { in nextStepInit()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 507 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in SapService 827 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in SapService.SapBinder 831 return service.getConnectedDevices(); in getConnectedDevices()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 481 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMapService 1125 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMapService.BluetoothMapBinder 1129 return service.getConnectedDevices(); in getConnectedDevices()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1349 connectedDevices.addAll(mClientMap.getConnectedDevices()); in getDevicesMatchingConnectionStates() 1350 connectedDevices.addAll(mServerMap.getConnectedDevices()); in getDevicesMatchingConnectionStates() 1485 List<String> getConnectedDevices() { in getConnectedDevices() method in GattService 1489 connectedDevAddress.addAll(mClientMap.getConnectedDevices()); in getConnectedDevices() 1490 connectedDevAddress.addAll(mServerMap.getConnectedDevices()); in getConnectedDevices()
|
D | ContextMap.java | 229 Set<String> getConnectedDevices() { in getConnectedDevices() method in ContextMap
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 1588 List<BluetoothDevice> a2dpConnDevList= a2dpService.getConnectedDevices(); in processConnectOtherProfiles() 1589 List<BluetoothDevice> hfConnDevList= hsService.getConnectedDevices(); in processConnectOtherProfiles() 1632 List<BluetoothDevice> deviceList = hsService.getConnectedDevices(); in setProfileAutoConnectionPriority()
|
/packages/apps/Settings/src/com/android/settings/ |
D | TetherSettings.java | 438 int bluetoothTethered = bluetoothPan.getConnectedDevices().size(); in updateBluetoothState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 336 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HidService.BluetoothInputDeviceBinder
|