Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/util/
H A DTypedXmlSerializer.java80 @NonNull XmlSerializer attributeLongHex(@Nullable String namespace, @NonNull String name, in attributeLongHex() method
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DBinaryXmlSerializer.java271 public XmlSerializer attributeLongHex(String namespace, String name, long value) in attributeLongHex() method in BinaryXmlSerializer
H A DXmlUtils.java100 public XmlSerializer attributeLongHex(String namespace, String name, long value) in attributeLongHex() method in XmlUtils.ForcedTypedXmlSerializer