Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothMasInstance.java27 private final int mMsgTypes; field in BluetoothMasInstance
33 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()