OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHealthDeviceConnectionState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl
41
int
getHealthDeviceConnectionState
(in BluetoothDevice device);
BluetoothHealth.java
353
return mService.
getHealthDeviceConnectionState
(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java
381
public int
getHealthDeviceConnectionState
(BluetoothDevice device) {
384
return service.
getHealthDeviceConnectionState
(device);
466
int
getHealthDeviceConnectionState
(BluetoothDevice device) {
[
all
...]
Completed in 24 milliseconds