HomeSort by relevance Sort by last modified time
    Searched refs:getDevicesMatchingConnectionStates (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
IBluetoothAvrcpController.aidl 28 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothA2dpSink.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothPan.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothProfile.java 176 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states);
IBluetoothA2dp.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothMap.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothManager.java 133 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
164 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) {
165 if (DBG) Log.d(TAG,"getDevicesMatchingConnectionStates");
177 devices = iGatt.getDevicesMatchingConnectionStates(states);
IBluetoothInputDevice.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothHeadset.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothHeadsetClient.aidl 36 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothA2dpSink.java 315 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
319 return mService.getDevicesMatchingConnectionStates(states);
BluetoothAvrcpController.java 180 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
184 return mService.getDevicesMatchingConnectionStates(states);
BluetoothPan.java 302 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
306 return mPanService.getDevicesMatchingConnectionStates(states);
BluetoothA2dp.java 302 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
306 return mService.getDevicesMatchingConnectionStates(states);
BluetoothMap.java 282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
286 return mService.getDevicesMatchingConnectionStates(states);
BluetoothInputDevice.java 388 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
392 return mService.getDevicesMatchingConnectionStates(states);
IBluetoothGatt.aidl 35 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkService.java 136 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
138 return mStateMachine.getDevicesMatchingConnectionStates(states);
195 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
198 return service.getDevicesMatchingConnectionStates(states);
A2dpService.java 155 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
157 return mStateMachine.getDevicesMatchingConnectionStates(states);
252 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
255 return service.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 140 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
200 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
203 return service.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 162 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
165 return service.getDevicesMatchingConnectionStates(states);
367 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
369 return mStateMachine.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 175 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
180 return service.getDevicesMatchingConnectionStates(states);
475 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
477 return mStateMachine.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 258 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
261 return service.getDevicesMatchingConnectionStates(states);
330 List<BluetoothDevice> devices = getDevicesMatchingConnectionStates(
335 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 108 return mService.getDevicesMatchingConnectionStates(
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 337 return getDevicesMatchingConnectionStates(
341 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
344 return service.getDevicesMatchingConnectionStates(states);
428 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {

Completed in 183 milliseconds

1 2