Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java137 connectedDevices = iGatt.getDevicesMatchingConnectionStates( in getConnectedDevices()
169 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothManager
182 devices = iGatt.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DIBluetoothPan.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DIBluetoothPbapClient.aidl30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DIBluetoothMap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DIBluetoothSap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DIBluetoothA2dp.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DIBluetoothA2dpSink.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DIBluetoothAvrcpController.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DBluetoothProfile.java193 public List<BluetoothDevice> getDevicesMatchingConnectionStates(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.java311 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPan
315 return mPanService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothPbapClient.java244 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbapClient
250 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DIBluetoothHeadsetClient.aidl36 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
DBluetoothA2dpSink.java315 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothA2dpSink
319 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothAvrcpController.java238 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothAvrcpController
242 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothMap.java282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMap
286 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothSap.java307 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothSap
311 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothA2dp.java306 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothA2dp
310 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothInputDevice.java388 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothInputDevice
392 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DIBluetoothGatt.aidl36 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpSinkProfile.java108 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHfpClientProfile.java117 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DMapProfile.java165 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DSapProfile.java168 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()

12