OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHealthDevicesMatchingConnectionStates
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl
40
List<BluetoothDevice>
getHealthDevicesMatchingConnectionStates
(in int[] states);
BluetoothHealth.java
415
return mService.
getHealthDevicesMatchingConnectionStates
(states);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java
393
public List<BluetoothDevice>
getHealthDevicesMatchingConnectionStates
(int[] states) {
396
return service.
getHealthDevicesMatchingConnectionStates
(states);
478
List<BluetoothDevice>
getHealthDevicesMatchingConnectionStates
(int[] states) {
[
all
...]
Completed in 254 milliseconds