Searched refs:getStopwatchSupplier (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ReschedulerTest.java | 41 scheduler.getStopwatchSupplier().get());
|
D | FakeClockTest.java | 102 Stopwatch stopwatch = fakeClock.getStopwatchSupplier().get(); in testStopWatch()
|
D | FakeClock.java | 200 public Supplier<Stopwatch> getStopwatchSupplier() { in getStopwatchSupplier() method in FakeClock
|
D | CensusModulesTest.java | 195 tagger, tagCtxSerializer, statsRecorder, fakeClock.getStopwatchSupplier(), true); in setUp() 573 fakeClock.getStopwatchSupplier(), in subtestStatsHeadersPropagateTags()
|
D | ManagedChannelImplIdlenessTest.java | 146 oobExecutorPool, timer.getStopwatchSupplier(), in setUp()
|
D | InternalSubchannelTest.java | 1114 fakeClock.getStopwatchSupplier(), channelExecutor, mockInternalSubchannelCallback, in createInternalSubchannel()
|
D | ManagedChannelImplTest.java | 225 oobExecutorPool, timer.getStopwatchSupplier(), Arrays.asList(interceptors), in createChannel()
|