Searched refs:getDevicesMatchingConnectionStates (Results 26 - 38 of 38) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputDevice.java389 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothInputDevice
393 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothA2dp.java375 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothA2dp
380 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothHeadset.java458 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHeadset
462 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothHeadsetClient.java549 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHeadsetClient
553 return mService.getDevicesMatchingConnectionStates(states);
H A DIBluetoothGatt.aidl44 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DBluetoothHealth.java410 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHealth
H A DBluetoothGattServer.java810 * {@link BluetoothManager#getDevicesMatchingConnectionStates(int, int[])}
816 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothGattServer
818 ("Use BluetoothManager#getDevicesMatchingConnectionStates instead.");
H A DBluetoothGatt.java1468 * {@link BluetoothManager#getDevicesMatchingConnectionStates(int, int[])}
1474 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothGatt
1476 ("Use BluetoothManager#getDevicesMatchingConnectionStates instead.");
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java124 return mService.getDevicesMatchingConnectionStates(
H A DHeadsetProfile.java179 return mService.getDevicesMatchingConnectionStates(
H A DHfpClientProfile.java117 return mService.getDevicesMatchingConnectionStates(
H A DMapProfile.java165 return mService.getDevicesMatchingConnectionStates(
H A DSapProfile.java168 return mService.getDevicesMatchingConnectionStates(

Completed in 131 milliseconds

12