Searched defs:DEBUG_VOL (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java165 protected static final boolean DEBUG_VOL = Log.isLoggable(TAG + ".VOL", Log.DEBUG); field in class:AudioService
1079 if (DEBUG_VOL) {
1200 if (DEBUG_VOL) {
1209 if (DEBUG_VOL) {
1231 if (DEBUG_VOL) Log.d(TAG, "adjustSuggestedStreamVolume() stream=" + suggestedStreamType
1270 if (DEBUG_VOL) Log.d(TAG, "Volume controller suppressed adjustment");
1293 if (DEBUG_VOL) Log.d(TAG, "adjustStreamVolume() stream=" + streamType + ", dir=" + direction
1624 if (DEBUG_VOL) {
1730 if (DEBUG_VOL) { Log.d(TAG, String.format("forceVolumeControlStream(%d)", streamType)); }
2034 if (DEBUG_VOL) {
[all...]

Completed in 27 milliseconds