Searched refs:safeCacheableUnaryCallMethod (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/ |
D | ClientCacheExampleActivity.java | 120 MethodDescriptor<HelloRequest, HelloReply> safeCacheableUnaryCallMethod = in doInBackground() local 134 channelToUse, safeCacheableUnaryCallMethod, callOptions, request); in doInBackground()
|
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
D | AbstractInteropTest.java | 352 MethodDescriptor<SimpleRequest, SimpleResponse> safeCacheableUnaryCallMethod = in cacheableUnary() local 375 channelWithUserIpKey, safeCacheableUnaryCallMethod, CallOptions.DEFAULT, requests1And2); in cacheableUnary() 378 channelWithUserIpKey, safeCacheableUnaryCallMethod, CallOptions.DEFAULT, requests1And2); in cacheableUnary() 381 channelWithUserIpKey, safeCacheableUnaryCallMethod, CallOptions.DEFAULT, request3); in cacheableUnary()
|