Searched refs:castObject (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
D | SPVerifier.java | 97 castObject(children.next(), Asn1Constructed.class).getChildren().iterator(); in LogoTypeImage() 98 mMimeType = castObject(logoTypeDetails.next(), Asn1String.class).getString(); in LogoTypeImage() 100 Asn1Constructed hashes = castObject(logoTypeDetails.next(), Asn1Constructed.class); in LogoTypeImage() 102 mHashes.add(new HashAlgAndValue(castObject(hash, Asn1Constructed.class))); in LogoTypeImage() 104 Asn1Constructed urls = castObject(logoTypeDetails.next(), Asn1Constructed.class); in LogoTypeImage() 106 mURIs.add(castObject(url, Asn1String.class).getString()); in LogoTypeImage() 117 castObject(children.next(), Asn1Constructed.class).getChildren().iterator(); in LogoTypeImage() 124 fileSize = (int) castObject(first, Asn1Integer.class).getValue(); in LogoTypeImage() 125 xSize = (int) castObject(imageInfo.next(), Asn1Integer.class).getValue(); in LogoTypeImage() 126 ySize = (int) castObject(imageInfo.next(), Asn1Integer.class).getValue(); in LogoTypeImage() [all …]
|