Searched refs:mMessageType (Results 1 – 2 of 2) sorted by relevance
39 private int mMessageType; field in NanoAppMessage46 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()
21569 Landroid/hardware/location/NanoAppMessage;->mMessageType:I