Searched refs:mMaxLength (Results 1 – 4 of 4) sorted by relevance
378 private final int mMaxLength; field in HdmiCecMessageValidator.VariableLengthValidator382 mMaxLength = maxLength; in VariableLengthValidator()903 private final int mMaxLength; field in HdmiCecMessageValidator.AsciiValidator907 mMaxLength = length; in AsciiValidator()912 mMaxLength = maxLength; in AsciiValidator()922 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()539 if (mMaxLength > -1) { in writeSelfToParcel()619 parcel.writeInt(mMaxLength); in writeSelfToParcel()973 mNode.mMaxLength = maxLength; in setMaxTextLength()
670 int mMaxLength = -1; field in AssistStructure.ViewNode863 mMaxLength = in.readInt(); in initializeFromParcelWithoutChildren()1024 if (mMaxLength > -1) { in writeSelfToParcel()1106 out.writeInt(mMaxLength); in writeSelfToParcel()1825 return mMaxLength; in getMaxTextLength()2359 mNode.mMaxLength = maxLength; in setMaxTextLength()
3963 Landroid/app/assist/AssistStructure$ViewNode;->mMaxLength:I