/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 153 connectedDevices = iGatt.getDevicesMatchingConnectionStates( in getConnectedDevices() 181 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothManager 194 devices = iGatt.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothAvrcpController.java | 136 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothAvrcpController 142 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothPbapClient.java | 188 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbapClient 195 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothPbap.java | 264 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbap 272 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothHealth.java | 287 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHealth
|
D | BluetoothPan.java | 319 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPan 324 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothSap.java | 265 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothSap 270 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothA2dpSink.java | 205 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothA2dpSink 210 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothMap.java | 282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMap 287 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothProfile.java | 309 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); in getDevicesMatchingConnectionStates() method
|
D | BluetoothHearingAid.java | 246 public @NonNull List<BluetoothDevice> getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates() method in BluetoothHearingAid 252 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothMapClient.java | 250 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMapClient 255 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothHidDevice.java | 428 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHidDevice 432 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothHidHost.java | 353 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHidHost 358 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothA2dp.java | 357 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothA2dp 362 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothHeadsetClient.java | 521 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHeadsetClient 527 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
D | BluetoothHeadset.java | 523 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHeadset 528 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | SapProfile.java | 158 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|
D | PbapClientProfile.java | 123 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|
D | A2dpSinkProfile.java | 112 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|
D | MapProfile.java | 160 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|
D | MapClientProfile.java | 161 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|
D | HfpClientProfile.java | 121 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|
D | HeadsetProfile.java | 192 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
|
D | HearingAidProfile.java | 151 return mService.getDevicesMatchingConnectionStates(states); in getDevicesByStates()
|