Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java153 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()
DBluetoothAvrcpController.java136 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothAvrcpController
142 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothPbapClient.java188 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbapClient
195 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothPbap.java264 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbap
272 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothHealth.java287 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHealth
DBluetoothPan.java319 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPan
324 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothSap.java265 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothSap
270 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothA2dpSink.java205 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothA2dpSink
210 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothMap.java282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMap
287 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothProfile.java309 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); in getDevicesMatchingConnectionStates() method
DBluetoothHearingAid.java246 public @NonNull List<BluetoothDevice> getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates() method in BluetoothHearingAid
252 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothMapClient.java250 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMapClient
255 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothHidDevice.java428 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHidDevice
432 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothHidHost.java353 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHidHost
358 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothA2dp.java357 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothA2dp
362 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothHeadsetClient.java521 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHeadsetClient
527 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothHeadset.java523 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/
DSapProfile.java158 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DPbapClientProfile.java123 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DA2dpSinkProfile.java112 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DMapProfile.java160 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DMapClientProfile.java161 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHfpClientProfile.java121 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHeadsetProfile.java192 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHearingAidProfile.java151 return mService.getDevicesMatchingConnectionStates(states); in getDevicesByStates()

12