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

  /frameworks/base/core/java/android/net/http/
LoggingEventHandler.java 31 HttpLog.v("LoggingEventHandler:requestSent()");
38 if (HttpLog.LOGV) {
39 HttpLog.v("LoggingEventHandler:status() major: " + major_version +
47 if (HttpLog.LOGV) {
48 HttpLog.v("LoggingEventHandler:headers()");
49 HttpLog.v(headers.toString());
54 if (HttpLog.LOGV) {
55 HttpLog.v("LoggingEventHandler: locationChanged() " + newLocation +
61 if (HttpLog.LOGV) {
62 HttpLog.v("LoggingEventHandler: data() " + len + " bytes")
    [all...]
Timer.java 36 if (HttpLog.LOGV) {
37 HttpLog.v(message + " " + (now - mLast) + " total " + (now - mStart));
Request.java 175 HttpLog.e(damage);
180 HttpLog.e(damage);
211 if (HttpLog.LOGV) {
212 HttpLog.v("Request.sendRequest() " + mHost.getSchemeName() + "://" + getHostPort());
213 // HttpLog.v(mHttpRequest.getRequestLine().toString());
218 HttpLog.v(header.getName() + ": " + header.getValue());
231 if (HttpLog.LOGV) {
232 HttpLog.v("Request.requestSent() " + mHost.getSchemeName() + "://" + getHostPort() + mPath);
257 if (HttpLog.LOGV) HttpLog.v
    [all...]
Connection.java 150 if (HttpLog.LOGV) HttpLog.v(
170 if (HttpLog.LOGV) HttpLog.v(
204 if (HttpLog.LOGV) HttpLog.v(
279 if (HttpLog.LOGV) HttpLog.v(
306 if (HttpLog.LOGV) HttpLog.v
    [all...]
RequestHandle.java 150 if (HttpLog.LOGV) {
151 HttpLog.v("RequestHandle.setupRedirect(): redirectCount " +
161 if (HttpLog.LOGV) HttpLog.v(
171 if (HttpLog.LOGV) {
172 HttpLog.v("blowing away the referer on an https -> http redirect");
192 if (HttpLog.LOGV) {
193 HttpLog.v("replacing POST with GET on redirect to " + redirectTo);
203 if (HttpLog.LOGV) {
204 HttpLog.v("setupRedirect() failed to reset body provider")
    [all...]
IdleCache.java 71 if (HttpLog.LOGV) {
72 HttpLog.v("IdleCache size " + mCount + " host " + host);
84 if (HttpLog.LOGV) mCached++;
109 if (HttpLog.LOGV) mReused++;
167 if (HttpLog.LOGV) {
168 HttpLog.v("IdleCache IdleReaper shutdown: cached " + mCached +
ConnectionThread.java 95 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work");
108 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " +
HttpLog.java 30 class HttpLog {
RequestQueue.java 138 HttpLog.v(dump.toString());
228 if (HttpLog.LOGV) HttpLog.v("RequestQueue.enablePlatformNotifications() network");
250 if (HttpLog.LOGV) HttpLog.v("RequestQueue.disablePlatformNotifications() network");
268 if (HttpLog.LOGV) HttpLog.v("RequestQueue.setProxyConfig " + host);
321 if (HttpLog.LOGV) HttpLog.v("RequestQueue.queueRequest " + uri);
374 if (HttpLog.LOGV)
    [all...]
CertificateChainValidator.java 164 if (HttpLog.LOGV) {
165 HttpLog.v("certificate not for this host: " + domain);
174 if (HttpLog.LOGV) {
175 HttpLog.v("failed to validate the certificate chain, error: " +
192 if (HttpLog.LOGV) {
193 HttpLog.v("validation error: " + errorMessage);
HttpAuthHeader.java 261 if (HttpLog.LOGV) {
262 HttpLog.v("HttpAuthHeader.parseHeader(): header: " + header);
311 if (HttpLog.LOGV) {
312 HttpLog.v("HttpAuthHeader.parseParameters():" +
344 if (HttpLog.LOGV) {
345 HttpLog.v("HttpAuthHeader.parseParameter():" +
HttpConnection.java 78 if (HttpLog.LOGV) HttpLog.v(
HttpsConnection.java 344 if (HttpLog.LOGV) {
345 HttpLog.v("HttpsConnection.openConnection():" +
392 if (HttpLog.LOGV)
393 HttpLog.v("HttpsConnection.closeConnection():" +
403 if (HttpLog.LOGV) {
404 HttpLog.v("HttpsConnection.restartConnection():" +
Headers.java 172 if (HttpLog.LOGV) {
173 HttpLog.v("hdr " + buffer.length() + " " + buffer);
452 HttpLog.v("Headers.getHeaders() extra: " + i + " " +
AndroidHttpClientConnection.java 316 if (HttpLog.LOGV) HttpLog.v("read: " + statusline);

Completed in 708 milliseconds