Searched refs:mMsgTypes (Results 1 – 2 of 2) sorted by relevance
28 private final int mMsgTypes; field in BluetoothMasInstance34 mMsgTypes = msgTypes; in BluetoothMasInstance()47 return mId + (mChannel << 8) + (mMsgTypes << 16); in hashCode()53 + Integer.toHexString(mMsgTypes); in toString()78 out.writeInt(mMsgTypes); in writeToParcel()101 return mMsgTypes; in getMsgTypes()105 return (mMsgTypes & msg) != 0; in msgSupported()
10668 Landroid/bluetooth/BluetoothMasInstance;->mMsgTypes:I