Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java81 private static final String TAG_COMPONENTS = "components"; field in TelephonyComponentFactory.InjectedComponents
156 parseXmlByTag(parser, false, p -> parseComponents(p), TAG_COMPONENTS); in parseInjection()