Searched refs:getDevicesMatchingConnectionStates (Results 1 - 16 of 16) 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.java155 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpService
157 return mStateMachine.getDevicesMatchingConnectionStates(states);
252 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpService.BluetoothA2dpBinder
255 return service.getDevicesMatchingConnectionStates(states);
H A DA2dpSinkStateMachine.java652 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpSinkStateMachine
H A DA2dpStateMachine.java654 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java140 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:AvrcpControllerService
200 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:AvrcpControllerService.BluetoothAvrcpControllerBinder
203 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.java2226 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.java2324 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java258 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:PanService.BluetoothPanBinder
261 return service.getDevicesMatchingConnectionStates(states);
330 List<BluetoothDevice> devices = getDevicesMatchingConnectionStates(
335 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:PanService
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java108 return mService.getDevicesMatchingConnectionStates(
H A DHeadsetProfile.java179 return mService.getDevicesMatchingConnectionStates(
H A DMapProfile.java165 return mService.getDevicesMatchingConnectionStates(
/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.java484 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMapService
1061 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMapService.BluetoothMapBinder
1062 if (VERBOSE) Log.v(TAG, "getDevicesMatchingConnectionStates()");
1065 return service.getDevicesMatchingConnectionStates(states);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java277 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:GattService.BluetoothGattBinder
280 return service.getDevicesMatchingConnectionStates(states);
1246 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:GattService

Completed in 307 milliseconds