Searched refs:mMaxLength (Results 1 – 4 of 4) sorted by relevance
44 private int mMaxLength = 1000; field in ApplicationParameter140 mArray = new byte[mMaxLength]; in ApplicationParameter()145 if ((mLength + len + 2) > mMaxLength) { in addAPPHeader()149 mMaxLength = mLength + 4 * len; in addAPPHeader()
110 private int mMaxLength = -1; field in ViewNode183 mMaxLength = parcel.readInt(); in ViewNode()438 return mMaxLength; in getMaxTextLength()521 if (mMaxLength > -1) { in writeSelfToParcel()598 parcel.writeInt(mMaxLength); in writeSelfToParcel()947 mNode.mMaxLength = maxLength; in setMaxTextLength()
246 private final int mMaxLength; field in HdmiCecMessageValidator.VariableLengthValidator250 mMaxLength = maxLength; in VariableLengthValidator()
643 int mMaxLength = -1; field in AssistStructure.ViewNode788 mMaxLength = in.readInt(); in ViewNode()943 if (mMaxLength > -1) { in writeSelfToParcel()1024 out.writeInt(mMaxLength); in writeSelfToParcel()1686 return mMaxLength; in getMaxTextLength()2057 mNode.mMaxLength = maxLength; in setMaxTextLength()