Home
last modified time | relevance | path

Searched defs:interceptHttpRequests (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.java29 private boolean interceptHttpRequests = true; field in FakeHttpLayer
276 public void interceptHttpRequests(boolean interceptHttpRequests) { in interceptHttpRequests() argument