Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DComponentImplementation.java321 boolean isDeserializedImplementation() { in isDeserializedImplementation() method in ComponentImplementation
329 checkState(!isDeserializedImplementation(), in graph()
DModifiableBindingExpressions.java390 if (superclassImplementation.get().isDeserializedImplementation()) { in shouldModifyImplementation()