HomeSort by relevance Sort by last modified time
    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);
  /frameworks/base/core/java/android/server/
BluetoothHealthProfileHandler.java 69 private int mChannelType;
143 String channelType = getStringChannelType(chan.mChannelType);
216 chan.mChannelType = channelType;

Completed in 290 milliseconds