Home
last modified time | relevance | path

Searched refs:getDevicesMatchingConnectionStates (Results 1 – 25 of 31) 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()
DBluetoothHealth.java287 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHealth
DBluetoothPbapClient.java189 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbapClient
196 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()
DBluetoothPan.java319 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPan
324 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothSap.java266 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothSap
271 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()
DBluetoothProfile.java309 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); in getDevicesMatchingConnectionStates() method
DBluetoothMap.java282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMap
287 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothMapClient.java214 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMapClient
219 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()
DBluetoothHearingAid.java246 public @NonNull List<BluetoothDevice> getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates() method in BluetoothHearingAid
252 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.java522 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothHeadsetClient
528 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/
DPbapClientProfile.java123 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DSapProfile.java158 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHfpClientProfile.java121 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DMapProfile.java160 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DA2dpSinkProfile.java112 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHeadsetProfile.java192 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHearingAidProfile.java151 return mService.getDevicesMatchingConnectionStates(states); in getDevicesByStates()
DA2dpProfile.java153 return mService.getDevicesMatchingConnectionStates(states); in getDevicesByStates()

12