Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/util/
DEntityUtils.java88 public static String getContentCharSet(final HttpEntity entity) in getContentCharSet() method in EntityUtils
123 String charset = getContentCharSet(entity); in toString()