Home
last modified time | relevance | path

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

/frameworks/base/cmds/media/src/com/android/commands/media/
DVolumeCtrl.java88 log(LOG_V, "will get volume"); in run()
92 log(LOG_V, "will control stream=" + stream + " (" + streamName(stream) + ")"); in run()
97 log(LOG_V, "will set volume to index=" + volIndex); in run()
102 log(LOG_V, "will adjust volume"); in run()
130 log(LOG_V, "Connecting to AudioService"); in run()
160 log(LOG_V, "volume is " + audioService.getStreamVolume(stream) + in run()
169 static final String LOG_V = "[v]"; field in VolumeCtrl
/frameworks/base/core/java/android/os/
DStrictMode.java125 private static final boolean LOG_V = Log.isLoggable(TAG, Log.VERBOSE); field in StrictMode
1573 if (LOG_V) Log.d(TAG, "handleViolation; policy=" + info.policy); in handleViolation()
1705 if (LOG_V) Log.d(TAG, "Dropboxing async; in-flight=" + outstanding); in dropboxViolationAsync()
1728 if (LOG_V) Log.d(TAG, "Dropbox complete; in-flight=" + outstanding); in dropboxViolationAsync()
2222 if (LOG_V) Log.d(TAG, "Span finished=" + mName + "; size=" + state.mActiveSize); in finish()
2320 if (LOG_V) Log.d(TAG, "Span enter=" + name + "; size=" + state.mActiveSize); in enterCriticalSpan()