Searched refs:mMsgTypes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMasInstance.java27 private final int mMsgTypes; field in class:BluetoothMasInstance
33 mMsgTypes = msgTypes;
46 return mId + (mChannel << 8) + (mMsgTypes << 16);
52 + Integer.toHexString(mMsgTypes);
77 out.writeInt(mMsgTypes);
100 return mMsgTypes;
104 return (mMsgTypes & msg) != 0;

Completed in 504 milliseconds