Searched refs:TAG_COMPONENT (Results 1 – 2 of 2) sorted by relevance
55 private const val TAG_COMPONENT = "component" in <lambda>() constant116 attribute(null, TAG_COMPONENT, s.componentName.flattenToString()) in <lambda>()192 parser.getAttributeValue(null, TAG_COMPONENT)) in <lambda>()
90 private static final String TAG_COMPONENT = "component"; field in TelephonyComponentFactory.InjectedComponents173 parseXmlByTag(parser, true, p -> parseComponent(p), TAG_COMPONENT); in parseComponents()