Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPackageXmlParser.java213 final Map<String, String> attribMap = new HashMap<String, String>(); in genAttributeMap() local
220 attribMap.put(fullyQualifiedName, attributes.getValue(i)); in genAttributeMap()
222 return attribMap; in genAttributeMap()