Home
last modified time | relevance | path

Searched refs:clearPendingHttpResponses (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DFakeHttp.java182 public static void clearPendingHttpResponses() { in clearPendingHttpResponses() method in FakeHttp
183 getFakeHttpLayer().clearPendingHttpResponses(); in clearPendingHttpResponses()
DFakeHttpLayer.java201 public void clearPendingHttpResponses() { in clearPendingHttpResponses() method in FakeHttpLayer
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirectorTest.java198 public void clearPendingHttpResponses() throws Exception { in clearPendingHttpResponses() method in ShadowDefaultRequestDirectorTest
200 FakeHttp.clearPendingHttpResponses(); in clearPendingHttpResponses()