Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DTags.java50 static final int TAG_CTX_1 = 0x81; field in Tags
73 static final int TAG_EVENT = TAG_CTX_1;
H A DEuiccCard.java319 .addChildAsBoolean(Tags.TAG_CTX_1, refresh) in disableProfile()
358 .addChildAsBoolean(Tags.TAG_CTX_1, refresh) in switchToProfile()
843 Tags.TAG_CTX_COMP_1, Tags.TAG_CTX_1); in loadBoundProfilePackage()
880 .addChildAsInteger(Tags.TAG_CTX_1, reason) in cancelSession()
901 .addChildAsBits(Tags.TAG_CTX_1, events) in listNotifications()
935 if (root.hasChild(Tags.TAG_CTX_1)) { in retrieveNotificationList()
937 int error = root.getChild(Tags.TAG_CTX_1).asInteger(); in retrieveNotificationList()
1045 devCapBuilder.addChildAsBytes(Tags.TAG_CTX_1, versionBytes); in addDeviceCapability()
1327 if (node.hasChild(Tags.TAG_CTX_1)) { in buildCarrierIdentifier()
1328 gid1 = IccUtils.bytesToHexString(node.getChild(Tags.TAG_CTX_1).asBytes()); in buildCarrierIdentifier()
[all …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
H A DEuiccCardTest.java1067 assertTrue(node.hasChild(Tags.TAG_CTX_1)); in testAddDeviceCapability()
1068 child = node.getChild(Tags.TAG_CTX_1); in testAddDeviceCapability()