Searched defs:cancellationListener (Results 1 – 8 of 8) sorted by relevance
87 CancellationListener cancellationListener) { in newEntryPointView()104 final CancellationListener cancellationListener) { in toEntryPointView()
56 public Producer<T> newEntryPointView(CancellationListener cancellationListener) { in newEntryPointView()80 void addCancellationListener(final CancellationListener cancellationListener) { in addCancellationListener()
42 Producer<T> newEntryPointView(CancellationListener cancellationListener); in newEntryPointView()
91 public final Producer<T> newEntryPointView(final CancellationListener cancellationListener) { in newEntryPointView()
60 public Producer<T> newEntryPointView(CancellationListener cancellationListener) { in newEntryPointView()
460 public void addListener(final CancellationListener cancellationListener, in addListener()490 public void removeListener(CancellationListener cancellationListener) { in removeListener()
82 private final CancellationListener cancellationListener = new ContextCancellationListener(); field in ClientCallImpl
74 private Context.CancellationListener cancellationListener = new Context.CancellationListener() { field in ContextTest