Searched refs:interceptHttpRequests (Results 1 – 4 of 4) sorted by relevance
27 private boolean interceptHttpRequests = true; field in FakeHttpLayer178 public void interceptHttpRequests(boolean interceptHttpRequests) { in interceptHttpRequests() method in FakeHttpLayer179 this.interceptHttpRequests = interceptHttpRequests; in interceptHttpRequests()183 return interceptHttpRequests; in isInterceptingHttpRequests()
META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
96 Robolectric.getFakeHttpLayer().interceptHttpRequests(true); in __constructor__()
345 Robolectric.getFakeHttpLayer().interceptHttpRequests(false); in shouldSupportRealHttpRequests()