Searched refs:objectTypeName (Results 1 – 3 of 3) sorted by relevance
102 final String objectTypeName = attributes.getValue("type"); in startElement() local103 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() argument275 if (Configuration.DEVICE_NAME.equals(objectTypeName)) { in addObject()285 mConfigDef.addConfigObjectDef(objectTypeName, in addObject()296 objectTypeName)); in addObject()[all …]
684 private String printOptionsForObject(boolean importantOnly, String objectTypeName, in printOptionsForObject() argument
1183 private String printOptionsForObject(boolean importantOnly, String objectTypeName, in printOptionsForObject() argument