Searched defs:defaultCallContext (Results 1 – 10 of 10) sorted by relevance
83 ApiCallContext defaultCallContext = FakeCallContext.createDefault(); in testServerStreamingCall() local135 ApiCallContext defaultCallContext = FakeCallContext.createDefault(); in testIteratedServerStreamingCall() local182 ApiCallContext defaultCallContext = FakeCallContext.createDefault(); in testFirstElementCallWithDefaultContext() local239 ApiCallContext defaultCallContext = FakeCallContext.createDefault(); in testAllElementCallWithDefaultContext() local
67 ApiCallContext defaultCallContext = FakeCallContext.createDefault(); in call() local
126 ApiCallContext defaultCallContext = FakeCallContext.createDefault(); in testClientStreamingCall() local
844 ApiCallContext defaultCallContext = FakeCallContext.createDefault(); in call() local873 ApiCallContext defaultCallContext = FakeCallContext.createDefault(); in callResume() local906 ApiCallContext defaultCallContext = FakeCallContext.createDefault(); in callCancel() local
72 final ApiCallContext defaultCallContext) { in withDefaultCallContext()
122 final ApiCallContext defaultCallContext) { in withDefaultCallContext()
203 ApiCallContext defaultCallContext = in create() local310 public abstract Builder setDefaultCallContext(ApiCallContext defaultCallContext); in setDefaultCallContext()
143 final ApiCallContext defaultCallContext) { in withDefaultCallContext()
211 final ApiCallContext defaultCallContext) { in withDefaultCallContext()
80 private static final GrpcCallContext defaultCallContext = GrpcCallContext.createDefault(); field in TimeoutTest