/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 137 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()
|
D | IBluetoothPan.aidl | 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
D | IBluetoothPbapClient.aidl | 30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
D | IBluetoothMap.aidl | 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
D | IBluetoothSap.aidl | 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
D | IBluetoothA2dp.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
D | IBluetoothA2dpSink.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
D | IBluetoothAvrcpController.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
D | BluetoothProfile.java | 193 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); in getDevicesMatchingConnectionStates() method
|
D | IBluetoothInputDevice.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
D | IBluetoothHeadset.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
D | BluetoothPan.java | 311 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPan 315 return mPanService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothPbapClient.java | 244 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbapClient 250 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | IBluetoothHeadsetClient.aidl | 36 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
D | BluetoothA2dpSink.java | 315 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothA2dpSink 319 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothAvrcpController.java | 238 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothAvrcpController 242 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothMap.java | 282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMap 286 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothSap.java | 307 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothSap 311 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothA2dp.java | 306 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothA2dp 310 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothInputDevice.java | 388 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothInputDevice 392 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | IBluetoothGatt.aidl | 36 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates() method
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | A2dpSinkProfile.java | 108 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|
D | HfpClientProfile.java | 117 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|
D | MapProfile.java | 165 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|
D | SapProfile.java | 168 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|