HomeSort by relevance Sort by last modified time
    Searched refs:callMethod (Results 1 - 6 of 6) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcChannel.java 58 * {@code Service.callMethod()} with one important difference: the caller
66 void callMethod(Descriptors.MethodDescriptor method,
Service.java 74 * before {@code callMethod()} returns or it may be at some point in
84 void callMethod(Descriptors.MethodDescriptor method,
90 * <p>{@code callMethod()} requires that the request passed in is of a
95 * {@code callMethod()}.
104 * service.callMethod(method, request, callback);
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
GDataClient.java 89 callMethod(new HttpGet(feedUrl), operation);
97 callMethod(post, operation);
106 callMethod(post, operation);
115 callMethod(post, operation);
123 callMethod(post, operation);
126 private void callMethod(HttpUriRequest request, Operation operation) throws IOException {
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 77 /** Tests Service.callMethod(). */
91 mockService.callMethod(fooDescriptor, mockController,
93 mockService.callMethod(barDescriptor, mockController,
121 mockChannel.callMethod(
127 mockChannel.callMethod(
193 service.callMethod(fooMethod, controller, request, callback);
  /dalvik/vm/alloc/
HeapWorker.c 214 static void callMethod(Thread *self, Object *obj, Method *method)
299 callMethod(self, obj, method);
307 callMethod(self, obj,
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java     [all...]

Completed in 332 milliseconds