Searched refs:mMsgTypes (Results 1 – 1 of 1) sorted by relevance
27 private final int mMsgTypes; field in BluetoothMasInstance33 mMsgTypes = msgTypes; in BluetoothMasInstance()46 return mId + (mChannel << 8) + (mMsgTypes << 16); in hashCode()52 + Integer.toHexString(mMsgTypes); in toString()77 out.writeInt(mMsgTypes); in writeToParcel()100 return mMsgTypes; in getMsgTypes()104 return (mMsgTypes & msg) != 0; in msgSupported()