Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/componentgenerator/
DComponentImplementationBuilder.java87 private static final String MAY_INTERRUPT_IF_RUNNING = "mayInterruptIfRunning"; field in ComponentImplementationBuilder
207 ImmutableList.of(ParameterSpec.builder(boolean.class, MAY_INTERRUPT_IF_RUNNING).build()); in addCancellationListenerImplementation()
227 methodBuilder.addStatement("$N($L)", cancelProducersMethod, MAY_INTERRUPT_IF_RUNNING); in addCancellationListenerImplementation()
261 MAY_INTERRUPT_IF_RUNNING)); in cancellationStatements()
276 MAY_INTERRUPT_IF_RUNNING) in cancelParentStatement()