Home
last modified time | relevance | path

Searched defs:RequestMatcherResponseRule (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
H A DFakeHttpLayer.java292 public static class RequestMatcherResponseRule implements HttpEntityStub.ResponseRule { class in FakeHttpLayer
299 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpResponse responseToGive) { in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule
304 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule
309 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule
314 public RequestMatcherResponseRule( in RequestMatcherResponseRule() method in FakeHttpLayer.RequestMatcherResponseRule