Searched refs:componentHelper (Results 1 – 3 of 3) sorted by relevance
50 lateinit var componentHelper: ContextComponentHelper119 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)
41 ContextComponentHelper componentHelper) { in provideRecentsImpl() argument46 RecentsImplementation impl = componentHelper.resolveRecents(clsName); in provideRecentsImpl()
239 ContextComponentResolver componentHelper); in bindComponentHelper() argument