Searched refs:componentStr (Results 1 – 1 of 1) sorted by relevance
445 String componentStr = parser.getAttributeValue(null, ATTR_NAME); in readChild() local446 if (componentStr == null) { in readChild()451 ComponentName componentName = ComponentName.unflattenFromString(componentStr); in readChild()453 throw new XmlPullParserException("Invalid component name: " + componentStr); in readChild()