Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DBinaryXmlPullParser.java456 return mAttributes[index].getValueBytesHex(); in getAttributeBytesHex()
744 public @Nullable byte[] getValueBytesHex() throws XmlPullParserException { in getValueBytesHex() method in BinaryXmlPullParser.Attribute