Searched refs:LOGV (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DLoggingEventHandler.java38 if (HttpLog.LOGV) {
47 if (HttpLog.LOGV) {
54 if (HttpLog.LOGV) {
61 if (HttpLog.LOGV) {
67 if (HttpLog.LOGV) {
73 if (HttpLog.LOGV) {
79 if (HttpLog.LOGV) {
86 if (HttpLog.LOGV) {
H A DTimer.java36 if (HttpLog.LOGV) {
H A DHttpLog.java34 static final boolean LOGV = false; field in class:HttpLog
H A DConnection.java150 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(
330 if (HttpLog.LOGV) HttpLog.v(
336 if (HttpLog.LOGV) HttpLog.v(
371 if (HttpLog.LOGV) HttpLog.v("Failed to open connection");
375 if (HttpLog.LOGV) HttpLog.v("Illegal argument exception");
389 if (HttpLog.LOGV) HttpLo
[all...]
H A DIdleCache.java71 if (HttpLog.LOGV) {
84 if (HttpLog.LOGV) mCached++;
109 if (HttpLog.LOGV) mReused++;
167 if (HttpLog.LOGV) {
H A DRequest.java211 if (HttpLog.LOGV) {
231 if (HttpLog.LOGV) {
257 if (HttpLog.LOGV) HttpLog.v(
321 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count);
334 if (HttpLog.LOGV) HttpLog.v( "readResponse() handling " + e);
357 if (HttpLog.LOGV) HttpLog.v("Request.readResponse(): done " +
368 if (HttpLog.LOGV) {
424 if (HttpLog.LOGV) HttpLog.v(
448 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete()");
450 if (HttpLog.LOGV) HttpLo
[all...]
H A DRequestHandle.java150 if (HttpLog.LOGV) {
161 if (HttpLog.LOGV) HttpLog.v(
171 if (HttpLog.LOGV) {
192 if (HttpLog.LOGV) {
203 if (HttpLog.LOGV) {
226 if (HttpLog.LOGV) {
247 if (HttpLog.LOGV) {
258 if (HttpLog.LOGV) {
354 if (HttpLog.LOGV) {
H A DConnectionThread.java95 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work");
108 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " +
H A DCertificateChainValidator.java164 if (HttpLog.LOGV) {
180 if (HttpLog.LOGV) {
198 if (HttpLog.LOGV) {
H A DHttpAuthHeader.java261 if (HttpLog.LOGV) {
311 if (HttpLog.LOGV) {
344 if (HttpLog.LOGV) {
H A DHttpConnection.java78 if (HttpLog.LOGV) HttpLog.v(
H A DRequestQueue.java228 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) {
456 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest() => " + ret);
473 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest(" + host + ") => " + ret);
H A DHttpsConnection.java344 if (HttpLog.LOGV) {
392 if (HttpLog.LOGV)
403 if (HttpLog.LOGV) {
H A DAndroidHttpClientConnection.java316 if (HttpLog.LOGV) HttpLog.v("read: " + statusline);
H A DHeaders.java172 if (HttpLog.LOGV) {
/frameworks/base/core/java/android/util/
H A DConfig.java49 public static final boolean LOGV = false; field in class:Config
/frameworks/ex/variablespeed/jni/
H A Dhlogging.h26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
H A Djni_entry.cc31 LOGV("+ %s", name);
34 LOGV("- %s", name_);
H A Dvariablespeed.cc168 #define LOG_OPENSL_API_CALL(string) (gLogEnabled && LOGV(string))
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountain_v11.java45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTest_v11.java45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsRecorder.java62 private static final boolean LOGV = false; field in class:NetworkStatsRecorder
104 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes);
198 if (LOGV && unknownIfaces.size() > 0) {
H A DNetworkStatsService.java141 private static final boolean LOGV = false; field in class:NetworkStatsService
674 if (LOGV) {
838 if (LOGV) Slog.v(TAG, "triggering delayed updateIfaces()");
867 if (LOGV) Slog.v(TAG, "updateIfacesLocked()");
965 if (LOGV) Slog.v(TAG, "performPollLocked(flags=0x" + Integer.toHexString(flags) + ")");
1014 if (LOGV) {
1072 if (LOGV) Slog.v(TAG, "removeUidsLocked() for UIDs " + Arrays.toString(uids));
1090 if (LOGV) Slog.v(TAG, "removeUserLocked() for userId=" + userId);
H A DNetworkPolicyManagerService.java174 private static final boolean LOGV = false; field in class:NetworkPolicyManagerService
448 if (LOGV) Slog.v(TAG, "ACTION_PACKAGE_ADDED for uid=" + uid);
465 if (LOGV) Slog.v(TAG, "ACTION_UID_REMOVED for uid=" + uid);
631 if (LOGV) Slog.v(TAG, "updateNotificationsLocked()");
916 if (LOGV) Slog.v(TAG, "updateNetworkEnabledLocked()");
978 if (LOGV) Slog.v(TAG, "updateIfacesLocked()");
1104 if (LOGV) Slog.v(TAG, "ensureActiveMobilePolicyLocked()");
1146 if (LOGV) Slog.v(TAG, "readPolicyLocked()");
1284 if (LOGV) Slog.v(TAG, "writePolicyLocked()");
1404 if (LOGV) Slo
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java44 private static final boolean LOGV = true; field in class:WifiStateTracker

Completed in 307 milliseconds