Searched refs:componentStr (Results 1 – 2 of 2) sorted by relevance
448 String componentStr = parser.getAttributeValue(null, ATTR_NAME); in readChild() local449 if (componentStr == null) { in readChild()454 ComponentName componentName = ComponentName.unflattenFromString(componentStr); in readChild()456 throw new XmlPullParserException("Invalid component name: " + componentStr); in readChild()
207 String componentStr = componentName == null ? "null" : componentName.toString(); in onNullBinding() local208 android.util.EventLog.writeEvent(0x534e4554, "211114016", -1, componentStr); in onNullBinding()