Lines Matching refs:HttpLog
170 HttpLog.e(damage); in addHeader()
175 HttpLog.e(damage); in addHeader()
206 if (HttpLog.LOGV) { in sendRequest()
207 HttpLog.v("Request.sendRequest() " + mHost.getSchemeName() + "://" + getHostPort()); in sendRequest()
213 HttpLog.v(header.getName() + ": " + header.getValue()); in sendRequest()
226 if (HttpLog.LOGV) { in sendRequest()
227 … HttpLog.v("Request.requestSent() " + mHost.getSchemeName() + "://" + getHostPort() + mPath); in sendRequest()
252 if (HttpLog.LOGV) HttpLog.v( in readResponse()
302 HttpLog.e("Interrupted exception whilst " in readResponse()
316 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count); in readResponse()
329 if (HttpLog.LOGV) HttpLog.v( "readResponse() handling " + e); in readResponse()
352 if (HttpLog.LOGV) HttpLog.v("Request.readResponse(): done " + in readResponse()
363 if (HttpLog.LOGV) { in cancel()
364 HttpLog.v("Request.cancel(): " + getUri()); in cancel()
419 if (HttpLog.LOGV) HttpLog.v( in reset()
431 HttpLog.v("*** Request.reset() to range:" + mReceivedBytes); in reset()
443 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete()"); in waitUntilComplete()
445 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete() done waiting"); in waitUntilComplete()