Searched defs:bodyProvider (Results 1 - 9 of 9) sorted by relevance

/external/apache-http/android/src/android/net/http/
H A DRequest.java100 * @param bodyProvider InputStream providing HTTP body, null if none
101 * @param bodyLength length of body, must be 0 if bodyProvider is null
107 InputStream bodyProvider, int bodyLength,
114 mBodyProvider = bodyProvider;
117 if (bodyProvider == null && !"POST".equalsIgnoreCase(method)) {
125 if (bodyProvider != null) {
126 setBodyProvider(bodyProvider, bodyLength);
489 private void setBodyProvider(InputStream bodyProvider, int bodyLength) { argument
490 if (!bodyProvider.markSupported()) {
492 "bodyProvider mus
106 Request(String method, HttpHost host, HttpHost proxyHost, String path, InputStream bodyProvider, int bodyLength, EventHandler eventHandler, Map<String, String> headers) argument
[all...]
H A DRequestQueue.java286 * @param bodyProvider InputStream providing HTTP body, null if none
287 * @param bodyLength length of body, must be 0 if bodyProvider is null
292 InputStream bodyProvider, int bodyLength) {
295 bodyProvider, bodyLength);
306 * @param bodyProvider InputStream providing HTTP body, null if none
307 * @param bodyLength length of body, must be 0 if bodyProvider is null
312 InputStream bodyProvider, int bodyLength) {
326 req = new Request(method, httpHost, mProxyHost, uri.getPath(), bodyProvider,
337 this, url, uri, method, headers, bodyProvider, bodyLength,
365 EventHandler eventHandler, InputStream bodyProvider,
289 queueRequest( String url, String method, Map<String, String> headers, EventHandler eventHandler, InputStream bodyProvider, int bodyLength) argument
309 queueRequest( String url, WebAddress uri, String method, Map<String, String> headers, EventHandler eventHandler, InputStream bodyProvider, int bodyLength) argument
363 queueSynchronousRequest(String url, WebAddress uri, String method, Map<String, String> headers, EventHandler eventHandler, InputStream bodyProvider, int bodyLength) argument
[all...]
H A DRequestHandle.java60 InputStream bodyProvider, int bodyLength, Request request) {
66 mBodyProvider = bodyProvider;
84 InputStream bodyProvider, int bodyLength, Request request,
86 this(requestQueue, url, uri, method, headers, bodyProvider, bodyLength,
58 RequestHandle(RequestQueue requestQueue, String url, WebAddress uri, String method, Map<String, String> headers, InputStream bodyProvider, int bodyLength, Request request) argument
82 RequestHandle(RequestQueue requestQueue, String url, WebAddress uri, String method, Map<String, String> headers, InputStream bodyProvider, int bodyLength, Request request, Connection conn) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 158 milliseconds