Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothHealthAppConfiguration.java34 private final int mChannelType; field in BluetoothHealthAppConfiguration
47 mChannelType = BluetoothHealth.CHANNEL_TYPE_ANY; in BluetoothHealthAppConfiguration()
64 mChannelType = channelType; in BluetoothHealthAppConfiguration()
75 mChannelType == config.getChannelType(); in equals()
86 result = 31 * result + mChannelType; in hashCode()
94 mChannelType + "]"; in toString()
138 return mChannelType; in getChannelType()
163 out.writeInt(mChannelType); in writeToParcel()