Home
last modified time | relevance | path

Searched refs:bitsPerSection (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/service/euicc/
H A DEuiccService.java369 final int bitsPerSection = 4; in encodeSmdxSubjectAndReasonCode() local
386 result = result << (maxSupportedSection - subjectCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()
393 result = (result << bitsPerSection) + num; in encodeSmdxSubjectAndReasonCode()
397 result = result << (maxSupportedSection - reasonCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()
403 result = (result << bitsPerSection) + num; in encodeSmdxSubjectAndReasonCode()