Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21569 Landroid/hardware/location/NanoAppMessage;->mMessageType:I