Searched refs:componentValue (Results 1 – 1 of 1) sorted by relevance
534 int componentValue = Integer.parseInt(parser.getAttributeValue(NAMESPACE, "value")); in parseCustomComponents() local536 customComponentsMap.put(componentName, componentValue); in parseCustomComponents()538 if (componentValue < MINIMUM_CUSTOM_COMPONENT_VALUE) { in parseCustomComponents()540 "Invalid custom component value " + componentValue + " " in parseCustomComponents()