Searched refs:maxSupportedSection (Results 1 – 1 of 1) sorted by relevance
367 final int maxSupportedSection = 3; in encodeSmdxSubjectAndReasonCode() local378 if (subjectCodeToken.length > maxSupportedSection in encodeSmdxSubjectAndReasonCode()379 || reasonCodeToken.length > maxSupportedSection) { in encodeSmdxSubjectAndReasonCode()386 result = result << (maxSupportedSection - subjectCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()397 result = result << (maxSupportedSection - reasonCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()