Home
last modified time | relevance | path

Searched refs:httpParams (Results 1 – 10 of 10) sorted by relevance

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/testing/
DTestHttpServer.java59 private final HttpParams httpParams = new BasicHttpParams(); field in TestHttpServer
75 httpParams.setBooleanParameter(CoreConnectionPNames.TCP_NODELAY, true); in TestHttpServer()
84 httpService.setParams(httpParams); in TestHttpServer()
164 connection.bind(socket, httpParams); in handleRequest()
/external/robolectric/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirectorTest.java346 HttpParams httpParams = super.getParams(); in shouldSupportConnectionTimeoutWithExceptions()
347 HttpConnectionParams.setConnectionTimeout(httpParams, -1); in shouldSupportConnectionTimeoutWithExceptions()
348 return httpParams; in shouldSupportConnectionTimeoutWithExceptions()
367 HttpParams httpParams = super.getParams(); in shouldSupportSocketTimeoutWithExceptions()
368 HttpConnectionParams.setSoTimeout(httpParams, -1); in shouldSupportSocketTimeoutWithExceptions()
369 return httpParams; in shouldSupportSocketTimeoutWithExceptions()
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirectorTest.java355 HttpParams httpParams = super.getParams(); in shouldSupportConnectionTimeoutWithExceptions()
356 HttpConnectionParams.setConnectionTimeout(httpParams, -1); in shouldSupportConnectionTimeoutWithExceptions()
357 return httpParams; in shouldSupportConnectionTimeoutWithExceptions()
376 HttpParams httpParams = super.getParams(); in shouldSupportSocketTimeoutWithExceptions()
377 HttpConnectionParams.setSoTimeout(httpParams, -1); in shouldSupportSocketTimeoutWithExceptions()
378 return httpParams; in shouldSupportSocketTimeoutWithExceptions()
/external/volley/core/src/main/java/com/android/volley/toolbox/
DHttpClientStack.java85 HttpParams httpParams = httpRequest.getParams(); in performRequest() local
89 HttpConnectionParams.setConnectionTimeout(httpParams, 5000); in performRequest()
90 HttpConnectionParams.setSoTimeout(httpParams, timeoutMs); in performRequest()
/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirector.java53 protected HttpParams httpParams; field in ShadowDefaultRequestDirector
84 this.httpParams = params; in __constructor__()
241 return httpParams; in getHttpParams()
DTestHttpResponse.java179 @Override public void setParams(HttpParams httpParams) {
180 this.params = httpParams;
DHttpResponseStub.java118 @Override public void setParams(HttpParams httpParams) { in setParams() argument
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirector.java52 protected HttpParams httpParams; field in ShadowDefaultRequestDirector
83 this.httpParams = params; in __constructor__()
233 return httpParams; in getHttpParams()
DTestHttpResponse.java179 @Override public void setParams(HttpParams httpParams) {
180 this.params = httpParams;
DHttpResponseStub.java118 @Override public void setParams(HttpParams httpParams) { in setParams() argument