Searched refs:readByteArrayAttribute (Results 1 – 5 of 5) sorted by relevance
176 final byte[] certificate = XmlUtils.readByteArrayAttribute(in, ATTR_CERTIFICATE); in createFromXml()
298 final byte[] digest = XmlUtils.readByteArrayAttribute(in, ATTR_DIGEST); in createFromXml()
1700 public static byte[] readByteArrayAttribute(XmlPullParser in, String name) { in readByteArrayAttribute() method in XmlUtils1717 final byte[] value = readByteArrayAttribute(in, name); in readBitmapAttribute()
1707 public static byte[] readByteArrayAttribute(XmlPullParser in, String name) { in readByteArrayAttribute() method in XmlUtilHelper1724 final byte[] value = readByteArrayAttribute(in, name); in readBitmapAttribute()
38 import static com.android.internal.util.XmlUtils.readByteArrayAttribute;3585 readByteArrayAttribute(in, ATTR_METADATA), in readFromXml()3586 readByteArrayAttribute(in, ATTR_SIGNATURE))); in readFromXml()