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()
109 private int mMaxLength = -1; field in ViewNode181 mMaxLength = parcel.readInt(); in ViewNode()416 return mMaxLength; in getMaxTextLength()497 if (mMaxLength > -1) { in writeSelfToParcel()571 parcel.writeInt(mMaxLength); in writeSelfToParcel()912 mNode.mMaxLength = maxLength; in setMaxTextLength()
246 private final int mMaxLength; field in HdmiCecMessageValidator.VariableLengthValidator250 mMaxLength = maxLength; in VariableLengthValidator()
642 int mMaxLength = -1; field in AssistStructure.ViewNode784 mMaxLength = in.readInt(); in ViewNode()931 if (mMaxLength > -1) { in writeSelfToParcel()1009 out.writeInt(mMaxLength); in writeSelfToParcel()1640 return mMaxLength; in getMaxTextLength()2006 mNode.mMaxLength = maxLength; in setMaxTextLength()
3966 Landroid/app/assist/AssistStructure$ViewNode;->mMaxLength:I