Searched refs:mMsgTypes (Results 1 – 2 of 2) sorted by relevance
30 private final int mMsgTypes; field in BluetoothMasInstance36 mMsgTypes = msgTypes; in BluetoothMasInstance()49 return mId + (mChannel << 8) + (mMsgTypes << 16); in hashCode()60 + Integer.toHexString(mMsgTypes); in toString()85 out.writeInt(mMsgTypes); in writeToParcel()109 return mMsgTypes; in getMsgTypes()114 return (mMsgTypes & msg) != 0; in msgSupported()
861 Landroid/bluetooth/BluetoothMasInstance;->mMsgTypes:I