Searched refs:mMaxPacketLengthBytes (Results 1 – 2 of 2) sorted by relevance
43 private int mMaxPacketLengthBytes; field in ContextHubInfo73 mMaxPacketLengthBytes = contextHub.maxSupportedMsgLen; in ContextHubInfo()96 mMaxPacketLengthBytes = contextHub.maxSupportedMessageLengthBytes; in ContextHubInfo()113 return mMaxPacketLengthBytes; in getMaxPacketLengthBytes()292 retVal += ", MaxPacketLength : " + mMaxPacketLengthBytes + " Bytes"; in toString()318 proto.write(ContextHubInfoProto.MAX_PACKET_LENGTH_BYTES, mMaxPacketLengthBytes); in dump()341 && (other.getMaxPacketLengthBytes() == mMaxPacketLengthBytes) in equals()360 mMaxPacketLengthBytes = in.readInt(); in ContextHubInfo()387 out.writeInt(mMaxPacketLengthBytes); in writeToParcel()
21102 Landroid/hardware/location/ContextHubInfo;->mMaxPacketLengthBytes:I