Searched refs:getConnectedDevices (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpSinkService.java131 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpSinkService
133 return mStateMachine.getConnectedDevices();
189 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
192 return service.getConnectedDevices();
H A DA2dpService.java165 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpService
167 return mStateMachine.getConnectedDevices();
261 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpService.BluetoothA2dpBinder
264 return service.getConnectedDevices();
H A DA2dpSinkStateMachine.java637 List<BluetoothDevice> getConnectedDevices() { method in class:A2dpSinkStateMachine
H A DA2dpStateMachine.java651 List<BluetoothDevice> getConnectedDevices() { method in class:A2dpStateMachine
/packages/services/Telecomm/src/com/android/server/telecom/
H A DBluetoothManager.java144 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
168 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
264 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java134 public List<BluetoothDevice> getConnectedDevices() { method in class:AvrcpControllerService
193 public List<BluetoothDevice> getConnectedDevices() { method in class:AvrcpControllerService.BluetoothAvrcpControllerBinder
196 return service.getConnectedDevices();
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java156 public List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetService.BluetoothHeadsetBinder
159 return service.getConnectedDevices();
362 public List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetService
364 return mStateMachine.getConnectedDevices();
535 for (BluetoothDevice device: getConnectedDevices()) {
551 for (BluetoothDevice device: getConnectedDevices()) {
H A DHeadsetStateMachine.java2125 List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java121 List<BluetoothDevice> DevList = getConnectedDevices();
245 public List<BluetoothDevice> getConnectedDevices() { method in class:PanService.BluetoothPanBinder
248 return service.getConnectedDevices();
308 List<BluetoothDevice> DevList = getConnectedDevices();
314 List<BluetoothDevice> getConnectedDevices() { method in class:PanService
H A DBluetoothTetheringNetworkFactory.java145 for (BluetoothDevice device : mPanService.getConnectedDevices()) {
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DBluetoothPeripheralHandover.java192 if (mInput.getConnectedDevices().contains(mDevice)) {
200 if (mA2dp.getConnectedDevices().contains(mDevice) ||
201 mHeadset.getConnectedDevices().contains(mDevice)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java166 public List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
171 return service.getConnectedDevices();
470 public List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetClientService
472 return mStateMachine.getConnectedDevices();
H A DHeadsetClientStateMachine.java2412 List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java229 Set<String> getConnectedDevices() { method in class:ContextMap
H A DGattService.java1349 connectedDevices.addAll(mClientMap.getConnectedDevices());
1350 connectedDevices.addAll(mServerMap.getConnectedDevices());
1485 List<String> getConnectedDevices() { method in class:GattService
1489 connectedDevAddress.addAll(mClientMap.getConnectedDevices());
1490 connectedDevAddress.addAll(mServerMap.getConnectedDevices());
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java480 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothMapService
1117 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothMapService.BluetoothMapBinder
1118 if (VERBOSE) Log.v(TAG, "getConnectedDevices()");
1121 return service.getConnectedDevices();
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java507 public List<BluetoothDevice> getConnectedDevices() { method in class:SapService
827 public List<BluetoothDevice> getConnectedDevices() { method in class:SapService.SapBinder
828 Log.v(TAG, "getConnectedDevices()");
831 return service.getConnectedDevices();
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1533 List<BluetoothDevice> a2dpConnDevList= a2dpService.getConnectedDevices();
1534 List<BluetoothDevice> hfConnDevList= hsService.getConnectedDevices();
1577 List<BluetoothDevice> deviceList = hsService.getConnectedDevices();
/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java438 int bluetoothTethered = bluetoothPan.getConnectedDevices().size();
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java336 public List<BluetoothDevice> getConnectedDevices() { method in class:HidService.BluetoothInputDeviceBinder

Completed in 396 milliseconds