Searched refs:mMaxLength (Results 1 – 5 of 5) 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()
310 private final int mMaxLength; field in HdmiCecMessageValidator.VariableLengthValidator314 mMaxLength = maxLength; in VariableLengthValidator()844 private final int mMaxLength; field in HdmiCecMessageValidator.AsciiValidator848 mMaxLength = length; in AsciiValidator()853 mMaxLength = maxLength; in AsciiValidator()863 return toErrorCode(isValidAsciiString(params, 0, mMaxLength)); in isValid()
110 private int mMaxLength = -1; field in ViewNode187 mMaxLength = parcel.readInt(); in ViewNode()442 return mMaxLength; in getMaxTextLength()534 if (mMaxLength > -1) { in writeSelfToParcel()614 parcel.writeInt(mMaxLength); in writeSelfToParcel()968 mNode.mMaxLength = maxLength; in setMaxTextLength()
642 int mMaxLength = -1; field in AssistStructure.ViewNode828 mMaxLength = in.readInt(); in initializeFromParcelWithoutChildren()987 if (mMaxLength > -1) { in writeSelfToParcel()1068 out.writeInt(mMaxLength); in writeSelfToParcel()1747 return mMaxLength; in getMaxTextLength()2192 mNode.mMaxLength = maxLength; in setMaxTextLength()
3963 Landroid/app/assist/AssistStructure$ViewNode;->mMaxLength:I