HomeSort by relevance Sort by last modified time
    Searched defs:callBlockingMethod (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.java 43 * {@code callBlockingMethod()} is the blocking equivalent to
46 Message callBlockingMethod(
BlockingService.java 47 * {@code callBlockingMethod()} returns the result of the RPC or throws a
51 Message callBlockingMethod(Descriptors.MethodDescriptor method,
  /external/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.java 43 * {@code callBlockingMethod()} is the blocking equivalent to
46 Message callBlockingMethod(
BlockingService.java 47 * {@code callBlockingMethod()} returns the result of the RPC or throws a
51 Message callBlockingMethod(Descriptors.MethodDescriptor method,
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 152 EasyMock.expect(mockChannel.callBlockingMethod(
157 EasyMock.expect(mockChannel.callBlockingMethod(
216 service.callBlockingMethod(fooMethod, controller, request);
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 152 EasyMock.expect(mockChannel.callBlockingMethod(
157 EasyMock.expect(mockChannel.callBlockingMethod(
222 service.callBlockingMethod(fooMethod, controller, request);
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 172 milliseconds