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
352
return mService.
getHealthDeviceConnectionState
(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java
384
public int
getHealthDeviceConnectionState
(BluetoothDevice device) {
387
return service.
getHealthDeviceConnectionState
(device);
469
int
getHealthDeviceConnectionState
(BluetoothDevice device) {
[
all
...]
Completed in 3223 milliseconds