Searched refs:profileNode (Results 1 – 1 of 1) sorted by relevance
249 Asn1Node profileNode = profileNodes.get(i); in getAllProfiles() local250 if (!profileNode.hasChild(Tags.TAG_ICCID)) { in getAllProfiles()255 stripTrailingFs(profileNode.getChild(Tags.TAG_ICCID).asBytes()); in getAllProfiles()258 buildProfile(profileNode, profileBuilder); in getAllProfiles()292 Asn1Node profileNode = profileNodes.get(0); in getProfile() local294 stripTrailingFs(profileNode.getChild(Tags.TAG_ICCID).asBytes()); in getProfile()297 buildProfile(profileNode, profileBuilder); in getProfile()1270 private static void buildProfile(Asn1Node profileNode, EuiccProfileInfo.Builder profileBuilder) in buildProfile() argument1272 if (profileNode.hasChild(Tags.TAG_NICKNAME)) { in buildProfile()1273 profileBuilder.setNickname(profileNode.getChild(Tags.TAG_NICKNAME).asString()); in buildProfile()[all …]