Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothMasInstance.java30 private final int mMsgTypes; field in BluetoothMasInstance
36 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()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt861 Landroid/bluetooth/BluetoothMasInstance;->mMsgTypes:I