Searched refs:profileNode (Results 1 – 1 of 1) sorted by relevance
246 Asn1Node profileNode = profileNodes.get(i); in getAllProfiles() local247 if (!profileNode.hasChild(Tags.TAG_ICCID)) { in getAllProfiles()252 stripTrailingFs(profileNode.getChild(Tags.TAG_ICCID).asBytes()); in getAllProfiles()255 buildProfile(profileNode, profileBuilder); in getAllProfiles()289 Asn1Node profileNode = profileNodes.get(0); in getProfile() local291 stripTrailingFs(profileNode.getChild(Tags.TAG_ICCID).asBytes()); in getProfile()294 buildProfile(profileNode, profileBuilder); in getProfile()1213 private static void buildProfile(Asn1Node profileNode, EuiccProfileInfo.Builder profileBuilder) in buildProfile() argument1215 if (profileNode.hasChild(Tags.TAG_NICKNAME)) { in buildProfile()1216 profileBuilder.setNickname(profileNode.getChild(Tags.TAG_NICKNAME).asString()); in buildProfile()[all …]