Home
last modified time | relevance | path

Searched refs:lookupHealthDevicesMatchingStates (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java476 List<BluetoothDevice> devices = lookupHealthDevicesMatchingStates( in getConnectedHealthDevices()
483 List<BluetoothDevice> devices = lookupHealthDevicesMatchingStates(states); in getHealthDevicesMatchingConnectionStates()
776 List<BluetoothDevice> lookupHealthDevicesMatchingStates(int[] states) { in lookupHealthDevicesMatchingStates() method in HealthService