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

  /libcore/luni/src/main/java/libcore/net/http/
ResponseUtils.java 45 String charsetParameter = contentTypeParams.get("charset");
46 if (charsetParameter != null) {
47 responseCharset = Charset.forName(charsetParameter);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MediaType.java 64 String charsetParameter = parameter.group(2) != null
67 if (charset != null && !charsetParameter.equalsIgnoreCase(charset)) {
70 charset = charsetParameter;

Completed in 5706 milliseconds