Home
last modified time | relevance | path

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

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