HomeSort by relevance Sort by last modified time
    Searched refs:mChannelType (Results 1 - 6 of 6) 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;
77 mChannelType == config.getChannelType();
88 result = 31 * result + mChannelType;
95 ",mDataType = " + mDataType + ", mRole = " + mRole + ",mChannelType = " +
96 mChannelType + "]";
140 return mChannelType;
165 out.writeInt(mChannelType);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ObexTest.java 109 private int mChannelType = 0;
584 mChannelType = type;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 122 milliseconds