Home
last modified time | relevance | path

Searched defs:getAttributeBytesBase64 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
DTypedXmlPullParser.java71 @NonNull byte[] getAttributeBytesBase64(int index) throws XmlPullParserException; in getAttributeBytesBase64() method
128 default @NonNull byte[] getAttributeBytesBase64(@Nullable String namespace, in getAttributeBytesBase64() method
215 default @Nullable byte[] getAttributeBytesBase64(@Nullable String namespace, in getAttributeBytesBase64() method
/frameworks/base/core/java/com/android/internal/util/
DBinaryXmlPullParser.java460 public byte[] getAttributeBytesBase64(int index) throws XmlPullParserException { in getAttributeBytesBase64() method in BinaryXmlPullParser
DXmlUtils.java156 public byte[] getAttributeBytesBase64(int index) in getAttributeBytesBase64() method in XmlUtils.ForcedTypedXmlPullParser