Searched refs:maxSupportedSection (Results 1 – 1 of 1) sorted by relevance
370 final int maxSupportedSection = 3; in encodeSmdxSubjectAndReasonCode() local381 if (subjectCodeToken.length > maxSupportedSection in encodeSmdxSubjectAndReasonCode()382 || reasonCodeToken.length > maxSupportedSection) { in encodeSmdxSubjectAndReasonCode()389 result = result << (maxSupportedSection - subjectCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()400 result = result << (maxSupportedSection - reasonCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()