Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java133 connectedDevices = iGatt.getDevicesMatchingConnectionStates( in getConnectedDevices()
164 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothManager
177 devices = iGatt.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DIBluetoothPan.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DIBluetoothMap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DBluetoothProfile.java158 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); in getDevicesMatchingConnectionStates() method
DIBluetoothA2dp.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DIBluetoothInputDevice.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DIBluetoothHeadset.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DBluetoothPan.java302 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPan
306 return mPanService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothMap.java283 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMap
287 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothA2dp.java296 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothA2dp
300 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothInputDevice.java370 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothInputDevice
374 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DIBluetoothGatt.aidl30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DBluetoothHeadset.java419 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHeadset
423 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothHealth.java410 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHealth
DBluetoothGattServer.java690 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothGattServer
DBluetoothGatt.java1181 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothGatt
/frameworks/base/api/
Dcurrent.txt4723 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
5170 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
5281 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
5319 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
5347 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
5384 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int,…
5391 …abstract java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…