Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/firewall/
DIntentFirewall.java463 String componentStr = parser.getAttributeValue(null, ATTR_NAME); in readChild() local
464 if (componentStr == null) { in readChild()
469 ComponentName componentName = ComponentName.unflattenFromString(componentStr); in readChild()
471 throw new XmlPullParserException("Invalid component name: " + componentStr); in readChild()