Searched refs:fixedContentLength (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DHttpURLConnection.java301 protected int fixedContentLength = -1; field in class:HttpURLConnection
370 fixedContentLength = contentLength;
454 if (fixedContentLength != -1 || fixedContentLengthLong != -1) {
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DHttpURLConnection.java586 } else if (fixedContentLength != -1) {
588 String.valueOf(fixedContentLength));
1118 } else if (fixedContentLength != -1) {
1119 length = fixedContentLength;
1148 return (fixedContentLength != -1) || (fixedContentLengthLong != -1) ||

Completed in 163 milliseconds