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

  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
ConfigMerger.java 51 Config methodConfig = method.getAnnotation(Config.class);
52 config = override(config, methodConfig);
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
ServiceConfigInterceptorTest.java 93 JsonObj methodConfig = new JsonObj("name", new JsonList(name), "waitForReady", true);
94 JsonObj serviceConfig = new JsonObj("methodConfig", new JsonList(methodConfig));
119 JsonObj methodConfig = new JsonObj("name", new JsonList(name), "maxRequestMessageBytes", 1d);
120 JsonObj serviceConfig = new JsonObj("methodConfig", new JsonList(methodConfig));
133 JsonObj methodConfig = new JsonObj("name", new JsonList(name), "maxRequestMessageBytes", 10d);
134 JsonObj serviceConfig = new JsonObj("methodConfig", new JsonList(methodConfig));
148 JsonObj methodConfig = new JsonObj("name", new JsonList(name), "maxRequestMessageBytes", 5d)
    [all...]
ManagedChannelImplTest.java     [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 270 milliseconds