Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
DHTTPResponse.java173 int csPos = contentType.indexOf(csIndicator); in getCharset() local
174 return csPos < 0 ? null : contentType.substring(csPos + csIndicator.length()).trim(); in getCharset()