Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DNanoAppMessage.java39 private int mMessageType; field in NanoAppMessage
46 mMessageType = messageType; in NanoAppMessage()
98 return mMessageType; in getMessageType()
118 mMessageType = in.readInt(); in NanoAppMessage()
134 out.writeInt(mMessageType); in writeToParcel()
158 String ret = "NanoAppMessage[type = " + mMessageType + ", length = " + mMessageBody.length in toString()
189 && (other.getMessageType() == mMessageType) in equals()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
H A DSppResponseMessage.java40 private final int mMessageType; field in SppResponseMessage
64 mMessageType = messageType; in SppResponseMessage()
103 return mMessageType; in getMessageType()
128 return Objects.hash(mMessageType, mVersion, mSessionID, mStatus, mError, mAttributes); in hashCode()
136 return mMessageType == that.mMessageType in equals()
147 StringBuilder sb = new StringBuilder(mMessageType); in toString()
/aosp12/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
H A DConversation.java476 private int mMessageType; field in Conversation.Message
598 mMessageType = messageType; in setMessageType()
631 return mMessageType; in getMessageType()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24447 Landroid/hardware/location/NanoAppMessage;->mMessageType:I