Searched refs:getDevicesMatchingConnectionStates (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpSinkService.java136 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpSinkService
138 return mStateMachine.getDevicesMatchingConnectionStates(states);
195 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
198 return service.getDevicesMatchingConnectionStates(states);
H A DA2dpService.java170 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpService
172 return mStateMachine.getDevicesMatchingConnectionStates(states);
267 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpService.BluetoothA2dpBinder
270 return service.getDevicesMatchingConnectionStates(states);
H A DA2dpSinkStateMachine.java659 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpSinkStateMachine
H A DA2dpStateMachine.java691 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java139 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:AvrcpControllerService
199 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:AvrcpControllerService.BluetoothAvrcpControllerBinder
202 return service.getDevicesMatchingConnectionStates(states);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java162 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetService.BluetoothHeadsetBinder
165 return service.getDevicesMatchingConnectionStates(states);
367 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetService
369 return mStateMachine.getDevicesMatchingConnectionStates(states);
H A DHeadsetStateMachine.java2303 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java175 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
180 return service.getDevicesMatchingConnectionStates(states);
475 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetClientService
477 return mStateMachine.getDevicesMatchingConnectionStates(states);
H A DHeadsetClientStateMachine.java2361 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java251 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:PanService.BluetoothPanBinder
254 return service.getDevicesMatchingConnectionStates(states);
316 List<BluetoothDevice> devices = getDevicesMatchingConnectionStates(
321 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java337 return getDevicesMatchingConnectionStates(
341 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HidService.BluetoothInputDeviceBinder
344 return service.getDevicesMatchingConnectionStates(states);
428 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java490 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMapService
1124 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMapService.BluetoothMapBinder
1125 if (VERBOSE) Log.v(TAG, "getDevicesMatchingConnectionStates()");
1128 return service.getDevicesMatchingConnectionStates(states);
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java517 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:SapService
834 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:SapService.SapBinder
835 Log.v(TAG, "getDevicesMatchingConnectionStates()");
838 return service.getDevicesMatchingConnectionStates(states);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java293 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:GattService.BluetoothGattBinder
296 return service.getDevicesMatchingConnectionStates(states);
1329 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:GattService

Completed in 128 milliseconds