Searched refs:attrName (Results 1 – 4 of 4) sorted by relevance
/tools/apksig/src/main/java/com/android/apksig/internal/jar/ |
D | ManifestWriter.java | 112 String attrName = attribute.getKey().toString(); in getAttributesSortedByName() local 114 namedAttributes.put(attrName, attrValue); in getAttributesSortedByName() 122 String attrName = attribute.getKey(); in writeAttributes() local 124 writeAttribute(out, attrName, attrValue); in writeAttributes()
|
/tools/tradefederation/contrib/src/com/android/regression/tests/ |
D | MetricsXmlParser.java | 111 private String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute() argument 113 String value = attributes.getValue(attrName); in getMandatoryAttribute() 118 attrName, tagName)); in getMandatoryAttribute()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | JUnitXmlParser.java | 158 String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute() argument 160 String value = attributes.getValue(attrName); in getMandatoryAttribute() 165 attrName, tagName)); in getMandatoryAttribute()
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/ |
D | V1SchemeVerifier.java | 1160 String attrName = alg + digestAttrSuffix; in getDigestsToVerify() local 1161 String digestBase64 = section.getAttributeValue(attrName); in getDigestsToVerify() 1187 String attrName = getJarDigestAttributeName(alg, digestAttrSuffix); in getDigestsToVerify() local 1188 String digestBase64 = section.getAttributeValue(attrName); in getDigestsToVerify()
|