Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java249 Asn1Node profileNode = profileNodes.get(i); in getAllProfiles() local
250 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() local
294 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() argument
1272 if (profileNode.hasChild(Tags.TAG_NICKNAME)) { in buildProfile()
1273 profileBuilder.setNickname(profileNode.getChild(Tags.TAG_NICKNAME).asString()); in buildProfile()
[all …]