Searched refs:rpcMethod (Results 1 – 2 of 2) sorted by relevance
188 String rpcMethod; in addOrRemoveLabel() local190 rpcMethod = "test_label_add_tests"; in addOrRemoveLabel()192 rpcMethod = "test_label_remove_tests"; in addOrRemoveLabel()197 rpcProxy.rpcCall(rpcMethod, args, new JsonRpcCallback() { in addOrRemoveLabel()
145 for (MethodDescriptor rpcMethod : MethodDescriptor.collectFrom(recieverClass)) {146 sRpcs.put(rpcMethod.getName(), rpcMethod); in rpcMethod.getName()