Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIAppComponentFactoryBase.kt50 lateinit var componentHelper: ContextComponentHelper
119 if (!this::componentHelper.isInitialized) {
124 return componentHelper.resolveActivity(className)
133 if (!this::componentHelper.isInitialized) {
138 return componentHelper.resolveService(className)
147 if (!this::componentHelper.isInitialized) {
152 return componentHelper.resolveBroadcastReceiver(className)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsModule.java41 ContextComponentHelper componentHelper) { in provideRecentsImpl() argument
46 RecentsImplementation impl = componentHelper.resolveRecents(clsName); in provideRecentsImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java239 ContextComponentResolver componentHelper); in bindComponentHelper() argument