Searched refs:noopSubstream (Results 1 – 1 of 1) sorted by relevance
288 Substream noopSubstream = new Substream(0 /* previousAttempts doesn't matter here */); in cancel() local289 noopSubstream.stream = new NoopClientStream(); in cancel()290 Runnable runnable = commit(noopSubstream); in cancel()