Searched refs:CALL_OPTIONS (Results 1 – 2 of 2) sorted by relevance
116 private static final CallOptions CALL_OPTIONS = CallOptions.DEFAULT; field in AbstractBenchmark413 channel.newCall(unaryMethod, CALL_OPTIONS), slice, this); in startUnaryCalls()433 channel.newCall(pingPongMethod, CALL_OPTIONS); in startStreamingCalls()487 channel.newCall(flowControlledStreaming, CALL_OPTIONS); in startFlowControlledStreamingCalls()
105 private static final CallOptions CALL_OPTIONS = field in CensusModulesTest256 call = interceptedChannel.newCall(method, CALL_OPTIONS); in testClientInterceptors()263 call = interceptedChannel.newCall(method, CALL_OPTIONS); in testClientInterceptors()