HomeSort by relevance Sort by last modified time
    Searched refs:HttpHeaderParser (Results 1 - 7 of 7) sorted by null

  /frameworks/volley/src/test/java/com/android/volley/toolbox/
HttpHeaderParserTest.java 55 Cache.Entry entry = HttpHeaderParser.parseCacheHeaders(response);
68 Cache.Entry entry = HttpHeaderParser.parseCacheHeaders(response);
79 Cache.Entry entry = HttpHeaderParser.parseCacheHeaders(response);
91 Cache.Entry entry = HttpHeaderParser.parseCacheHeaders(response);
106 Cache.Entry entry = HttpHeaderParser.parseCacheHeaders(response);
123 Cache.Entry entry = HttpHeaderParser.parseCacheHeaders(response);
135 Cache.Entry entry = HttpHeaderParser.parseCacheHeaders(response);
153 Cache.Entry entry = HttpHeaderParser.parseCacheHeaders(response);
167 Cache.Entry entry = HttpHeaderParser.parseCacheHeaders(response);
178 Cache.Entry entry = HttpHeaderParser.parseCacheHeaders(response)
    [all...]
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
JsonArrayRequest.java 64 HttpHeaderParser.parseCharset(response.headers, PROTOCOL_CHARSET));
66 HttpHeaderParser.parseCacheHeaders(response));
JsonObjectRequest.java 67 HttpHeaderParser.parseCharset(response.headers, PROTOCOL_CHARSET));
69 HttpHeaderParser.parseCacheHeaders(response));
StringRequest.java 67 parsed = new String(response.data, HttpHeaderParser.parseCharset(response.headers));
71 return Response.success(parsed, HttpHeaderParser.parseCacheHeaders(response));
HttpHeaderParser.java 31 public class HttpHeaderParser {
ImageRequest.java 213 return Response.success(bitmap, HttpHeaderParser.parseCacheHeaders(response));
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
URLFetcher.java 23 import com.android.volley.toolbox.HttpHeaderParser;
166 Cache.Entry cachePolicy = HttpHeaderParser.parseCacheHeaders(response);
182 * the format accepted by {@link HttpHeaderParser}. It does this by joining all the entries for

Completed in 3056 milliseconds