Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DTags.java82 static final int TAG_PROFILE_CLASS = 0x95; field in Tags
105 (byte) TAG_PROFILE_CLASS,
H A DEuiccCard.java1298 if (profileNode.hasChild(Tags.TAG_PROFILE_CLASS)) { in buildProfile()
1301 profileNode.getChild(Tags.TAG_PROFILE_CLASS).asInteger()); in buildProfile()