Searched refs:TAG_CTX_1 (Results 1 – 3 of 3) sorted by relevance
50 static final int TAG_CTX_1 = 0x81; field in Tags73 static final int TAG_EVENT = TAG_CTX_1;
319 .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 …]
1067 assertTrue(node.hasChild(Tags.TAG_CTX_1)); in testAddDeviceCapability()1068 child = node.getChild(Tags.TAG_CTX_1); in testAddDeviceCapability()