Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMasInstance.java28 private final int mMsgTypes; field in BluetoothMasInstance
34 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10668 Landroid/bluetooth/BluetoothMasInstance;->mMsgTypes:I