Home
last modified time | relevance | path

Searched defs:cancellationListener (Results 1 – 8 of 8) sorted by relevance

/external/dagger2/java/dagger/producers/internal/
DMapOfProducerProducer.java87 CancellationListener cancellationListener) { in newEntryPointView()
104 final CancellationListener cancellationListener) { in toEntryPointView()
DAbstractProducer.java56 public Producer<T> newEntryPointView(CancellationListener cancellationListener) { in newEntryPointView()
80 void addCancellationListener(final CancellationListener cancellationListener) { in addCancellationListener()
DCancellableProducer.java42 Producer<T> newEntryPointView(CancellationListener cancellationListener); in newEntryPointView()
DDependencyMethodProducer.java91 public final Producer<T> newEntryPointView(final CancellationListener cancellationListener) { in newEntryPointView()
/external/dagger2/java/dagger/producers/
DProducers.java60 public Producer<T> newEntryPointView(CancellationListener cancellationListener) { in newEntryPointView()
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DContext.java460 public void addListener(final CancellationListener cancellationListener, in addListener()
490 public void removeListener(CancellationListener cancellationListener) { in removeListener()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DClientCallImpl.java82 private final CancellationListener cancellationListener = new ContextCancellationListener(); field in ClientCallImpl
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java74 private Context.CancellationListener cancellationListener = new Context.CancellationListener() { field in ContextTest