Home
last modified time | relevance | path

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

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