Home
last modified time | relevance | path

Searched defs:getAttributeValue (Results 1 – 2 of 2) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestParser.java344 public String getAttributeValue(Attributes.Name name) { in getAttributeValue() method in ManifestParser.Section
354 public String getAttributeValue(String name) { in getAttributeValue() method in ManifestParser.Section
/tools/tradefederation/core/src/com/android/tradefed/util/
DEmmaXmlReportParser.java106 static public String getAttributeValue(Element element, String attrName) { in getAttributeValue() method in EmmaXmlReportParser