Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/producers/internal/
DMapOfProducerProducer.java97 CancellationListener cancellationListener) { in newEntryPointView()
114 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.java499 public void addListener(final CancellationListener cancellationListener, in addListener()
513 public void removeListener(CancellationListener cancellationListener) { in removeListener()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DClientCallImpl.java92 private final ContextCancellationListener cancellationListener = field in ClientCallImpl
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java78 private final Context.CancellationListener cancellationListener = field in ContextTest