Searched refs:mMaxLength (Results 1 – 3 of 3) 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; field in TextViewBindingObject198 return mMaxLength; in getMaxLength()293 mMaxLength = 100; in changeValues()
246 private final int mMaxLength; field in HdmiCecMessageValidator.VariableLengthValidator250 mMaxLength = maxLength; in VariableLengthValidator()