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()74 out.writeInt(mMsgTypes); in writeToParcel()97 return mMsgTypes; in getMsgTypes()101 return (mMsgTypes & msg) != 0; in msgSupported()