Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/util/
H A DXml.java287 out.startTag(normalizeNamespace(in.getNamespace()), in.getName()); in copy()
289 out.attribute(normalizeNamespace(in.getAttributeNamespace(i)), in copy()
294 out.endTag(normalizeNamespace(in.getNamespace()), in.getName()); in copy()
328 private static @Nullable String normalizeNamespace(@Nullable String namespace) { in normalizeNamespace() method in Xml