OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mChannelType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java
34
private final int
mChannelType
;
47
mChannelType
= BluetoothHealth.CHANNEL_TYPE_ANY;
64
mChannelType
= channelType;
75
mChannelType
== config.getChannelType();
86
result = 31 * result +
mChannelType
;
93
",mDataType = " + mDataType + ", mRole = " + mRole + ",
mChannelType
= " +
94
mChannelType
+ "]";
138
return
mChannelType
;
163
out.writeInt(
mChannelType
);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java
[
all
...]
Completed in 62 milliseconds