Searched refs:getBodyContentType (Results 1 – 7 of 7) sorted by relevance
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | JsonRequest.java | 101 return getBodyContentType(); in getPostBodyContentType() 112 public String getBodyContentType() { in getBodyContentType() method in JsonRequest
|
D | HttpClientStack.java | 126 postRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType()); in createHttpRequest() 133 putRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType()); in createHttpRequest() 146 patchRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType()); in createHttpRequest()
|
D | HurlStack.java | 298 HttpHeaderParser.HEADER_CONTENT_TYPE, request.getBodyContentType()); in addBody()
|
/external/volley/src/test/java/com/android/volley/cronet/ |
D | CronetHttpStackTest.java | 212 public String getBodyContentType() { in curlLogging_textRequest() 247 public String getBodyContentType() { in curlLogging_gzipTextRequest() 288 public String getBodyContentType() { in curlLogging_binaryRequest() 323 public String getBodyContentType() { in curlLogging_largeRequest()
|
/external/volley/src/main/java/com/android/volley/ |
D | Request.java | 409 return getBodyContentType(); in getPostBodyContentType() 462 public String getBodyContentType() { in getBodyContentType() method in Request
|
/external/volley/src/main/java/com/android/volley/cronet/ |
D | CronetHttpStack.java | 254 addBodyIfExists(requestParameters, request.getBodyContentType(), request.getBody()); in setHttpMethod() 258 addBodyIfExists(requestParameters, request.getBodyContentType(), request.getBody()); in setHttpMethod() 271 addBodyIfExists(requestParameters, request.getBodyContentType(), request.getBody()); in setHttpMethod()
|
/external/volley/src/test/java/com/android/volley/toolbox/ |
D | HttpStackConformanceTest.java | 156 when(mMockRequest.getBodyContentType()).thenReturn("BodyContentType"); in headerPrecedence()
|