Home
last modified time | relevance | path

Searched defs:isProduction (Results 1 – 5 of 5) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java85 public abstract boolean isProduction(); in isProduction() method in ComponentAnnotation
268 Builder isProduction(boolean isProduction); in isProduction() argument
292 public boolean isProduction() { in isProduction() method in ComponentAnnotation.FictionalComponentAnnotation
/external/dagger2/java/dagger/model/
DBinding.java84 boolean isProduction(); in isProduction() method
/external/dagger2/java/dagger/internal/codegen/binding/
DBindingNode.java125 public boolean isProduction() { in isProduction() method in BindingNode
DComponentDescriptor.java80 public final boolean isProduction() { in isProduction() method in ComponentDescriptor
DErrorMessages.java75 boolean isProduction, boolean isSubcomponent) { in transformation()