Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
H A DFakeHttpLayer.java72 public void addHttpResponseRule(RequestMatcher requestMatcher, HttpResponse response) { in addHttpResponseRule()
84 RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { in addHttpResponseRule()
293 private RequestMatcher requestMatcher; field in FakeHttpLayer.RequestMatcherResponseRule
299 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpResponse responseToGive) { in RequestMatcherResponseRule()
304 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule()
309 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { in RequestMatcherResponseRule()
315 RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { in RequestMatcherResponseRule()
H A DFakeHttp.java160 public static void addHttpResponseRule(RequestMatcher requestMatcher, HttpResponse response) { in addHttpResponseRule()
173 RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { in addHttpResponseRule()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DMockWebServerRule.java242 final RequestMatcher<String> requestMatcher) { in verifyMockServerRequests()
276 final RequestMatcher<String> requestMatcher) { in wasPathRequested()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DMockWebServerRule.java254 final RequestMatcher<String> requestMatcher) { in verifyMockServerRequests()
288 final RequestMatcher<String> requestMatcher) { in wasPathRequested()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
H A DRtspMessageUtil.java318 Matcher requestMatcher = REQUEST_LINE_PATTERN.matcher(lines.get(0)); in parseRequest() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
H A DRtspMessageUtil.java317 Matcher requestMatcher = REQUEST_LINE_PATTERN.matcher(lines.get(0)); in parseRequest() local