Searched refs:MAY_INTERRUPT_IF_RUNNING (Results 1 – 1 of 1) sorted by relevance
87 private static final String MAY_INTERRUPT_IF_RUNNING = "mayInterruptIfRunning"; field in ComponentImplementationBuilder207 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()