HomeSort by relevance Sort by last modified time
    Searched refs:mChannelType (Results 1 - 3 of 3) 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...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 231 milliseconds