Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java150 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpService
152 return mStateMachine.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
247 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpService.BluetoothA2dpBinder
250 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DA2dpStateMachine.java657 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java161 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetService.BluetoothHeadsetBinder
164 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
353 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetService
355 return mStateMachine.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DHeadsetStateMachine.java1221 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java320 return getDevicesMatchingConnectionStates( in getConnectedDevices()
324 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HidService.BluetoothInputDeviceBinder
327 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
411 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java280 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PanService.BluetoothPanBinder
283 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
340 List<BluetoothDevice> devices = getDevicesMatchingConnectionStates( in getConnectedDevices()
345 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java579 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMapService
804 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMapService.BluetoothMapBinder
808 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DMapProfile.java165 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHeadsetProfile.java170 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DA2dpProfile.java108 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java274 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in GattService.BluetoothGattBinder
277 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
975 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in GattService