Searched defs:getConnectedDevices (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java145 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpService
147 return mStateMachine.getConnectedDevices();
237 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpService.BluetoothA2dpBinder
240 return service.getConnectedDevices();
H A DA2dpStateMachine.java615 List<BluetoothDevice> getConnectedDevices() { method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java195 Set<String> getConnectedDevices() { method in class:ContextMap
H A DGattService.java872 connectedDevices.addAll(mClientMap.getConnectedDevices());
873 connectedDevices.addAll(mServerMap.getConnectedDevices());
977 List<String> getConnectedDevices() { method in class:GattService
981 connectedDevAddress.addAll(mClientMap.getConnectedDevices());
982 connectedDevAddress.addAll(mServerMap.getConnectedDevices());
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java155 public List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetService.BluetoothHeadsetBinder
158 return service.getConnectedDevices();
348 public List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetService
350 return mStateMachine.getConnectedDevices();
H A DHeadsetStateMachine.java1075 List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetStateMachine
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
106 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpProfile
116 List<BluetoothDevice> sinks = getConnectedDevices();
163 List<BluetoothDevice> sinks = mService.getConnectedDevices();
H A DHeadsetProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
115 List<BluetoothDevice> sinks = mService.getConnectedDevices();
126 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
140 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
168 public List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetProfile
H A DMapProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
121 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
134 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
163 public List<BluetoothDevice> getConnectedDevices() { method in class:MapProfile
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java533 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothMapService
761 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothMapService.BluetoothMapBinder
762 if (VERBOSE) Log.v(TAG, "getConnectedDevices()");
765 return service.getConnectedDevices();
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java129 List<BluetoothDevice> DevList = getConnectedDevices();
274 public List<BluetoothDevice> getConnectedDevices() { method in class:PanService.BluetoothPanBinder
277 return service.getConnectedDevices();
332 List<BluetoothDevice> DevList = getConnectedDevices();
338 List<BluetoothDevice> getConnectedDevices() { method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java319 public List<BluetoothDevice> getConnectedDevices() { method in class:HidService.BluetoothInputDeviceBinder

Completed in 94 milliseconds