Home
last modified time | relevance | path

Searched refs:startRunnable (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DTestUtils.java70 ClientTransportFactory mockTransportFactory, @Nullable final Runnable startRunnable) { in captureTransports() argument
88 return startRunnable; in captureTransports()
DInternalSubchannelTest.java883 Runnable startRunnable = new Runnable() { in transportStartReturnsRunnable() local
889 transports = TestUtils.captureTransports(mockTransportFactory, startRunnable); in transportStartReturnsRunnable()