Searched refs:PRODUCTION_COMPONENT_MONITOR_FACTORY (Results 1 – 2 of 2) sorted by relevance
22 import static dagger.internal.codegen.javapoet.TypeNames.PRODUCTION_COMPONENT_MONITOR_FACTORY;85 .returns(setOf(PRODUCTION_COMPONENT_MONITOR_FACTORY)) in setOfFactories()97 providerOf(setOf(PRODUCTION_COMPONENT_MONITOR_FACTORY)), "factories") in monitor()
82 public static final ClassName PRODUCTION_COMPONENT_MONITOR_FACTORY = field in TypeNames