Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationXmlParser.java102 final String objectTypeName = attributes.getValue("type"); in startElement() local
103 if (objectTypeName == null) { in startElement()
107 if (GlobalConfiguration.isBuiltInObjType(objectTypeName) || in startElement()
108 Configuration.isBuiltInObjType(objectTypeName)) { in startElement()
110 + "cannot be type '%s' this is a reserved type.", objectTypeName))); in startElement()
112 addObject(objectTypeName, attributes); in startElement()
274 void addObject(String objectTypeName, Attributes attributes) throws SAXException { in addObject() argument
275 if (Configuration.DEVICE_NAME.equals(objectTypeName)) { in addObject()
285 mConfigDef.addConfigObjectDef(objectTypeName, in addObject()
296 objectTypeName)); in addObject()
[all …]
DGlobalConfiguration.java684 private String printOptionsForObject(boolean importantOnly, String objectTypeName, in printOptionsForObject() argument
DConfiguration.java1183 private String printOptionsForObject(boolean importantOnly, String objectTypeName, in printOptionsForObject() argument