Searched refs:BUG (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | MediaSessions.java | 87 if (D.BUG) Log.d(TAG, "init"); in init() 101 if (D.BUG) Log.d(TAG, "destroy"); in destroy() 112 if (D.BUG) Log.d(TAG, "Setting level to " + level); in setVolume() 118 if (D.BUG) Log.d(TAG, "remoteVolumeChangedH " + controller.getPackageName() + " " in onRemoteVolumeChangedH() 128 if (D.BUG) Log.d(TAG, "updateRemoteControllerH " + pkg); in onUpdateRemoteControllerH() 134 if (D.BUG) Log.d(TAG, "onActiveSessionsUpdatedH n=" + controllers.size()); in onActiveSessionsUpdatedH() 157 if (D.BUG) Log.d(TAG, "Removing " + r.name + " sentRemote=" + r.sentRemote); in onActiveSessionsUpdatedH() 249 if (D.BUG) Log.d(TAG, N + " controllers"); in dumpMediaSessions() 254 if (D.BUG) Log.d(TAG, sw.toString()); in dumpMediaSessions() 277 if (D.BUG) Log.d(TAG, cb("onAudioInfoChanged") + Util.playbackInfoToString(info) in onAudioInfoChanged() [all …]
|
D | VolumeDialogControllerImpl.java | 222 if (D.BUG) Log.d(TAG, "destroy"); in destroy() 432 if (D.BUG) Log.d(TAG, "updateActiveStreamW " + activeStream); in updateActiveStreamW() 434 if (D.BUG) Log.d(TAG, "forceVolumeControlStream " + s); in updateActiveStreamW() 470 if (D.BUG) Log.d(TAG, "updateStreamRoutedToBluetoothW stream=" + stream 605 if (D.BUG) Log.d(TAG, "onSetStreamVolume " + stream + " level=" + level); in onSetStreamVolumeW() 625 if (D.BUG) Log.d(TAG, "onSetZenModeW " + mode); in onSetZenModeW() 634 if (D.BUG) Log.d(TAG, "showDndTile"); in showDndTile() 643 if (D.BUG) Log.d(TAG, "displaySafeVolumeWarning " in displaySafeVolumeWarning() 651 if (D.BUG) Log.d(TAG, "volumeChanged " + AudioSystem.streamToString(streamType) in volumeChanged() 659 if (D.BUG) Log.d(TAG, "masterMuteChanged"); in masterMuteChanged() [all …]
|
D | SafetyWarningDialog.java | 76 if (D.BUG) Log.d(TAG, "Confirmed warning via VOLUME_UP"); in onKeyUp() 104 if (D.BUG) Log.d(TAG, "Received ACTION_CLOSE_SYSTEM_DIALOGS");
|
D | VolumeDialogImpl.java | 310 if (D.BUG) Slog.d(TAG, "Adding row for stream " + stream); in addRow() 534 if (D.BUG) Log.d(TAG, "showH r=" + Events.DISMISS_REASONS[reason]); in showH() 551 if (D.BUG) Log.d(TAG, "rescheduleTimeout " + timeout + " " + Debug.getCaller()); in rescheduleTimeoutH() 575 if (D.BUG) Log.d(TAG, "mDialog.dismiss()"); in dismissH() 585 if (D.BUG) Log.d(TAG, "SafetyWarning dismissed"); in dismissH() 620 if (D.BUG) Log.d(TAG, "updateRowsH"); in updateRowsH() 730 if (D.BUG) Log.d(TAG, "trimObsoleteH"); in trimObsoleteH() 781 if (D.BUG) Log.d(TAG, "updateVolumeRowH s=" + row.stream); in updateVolumeRowH() 931 if (D.BUG) Log.d(TAG, "inGracePeriod"); in updateVolumeRowSliderH() 972 if (D.BUG) Log.d(TAG, "recheckH ALL"); [all …]
|
D | D.java | 22 public static boolean BUG = Log.isLoggable("volume", Log.DEBUG); field in D
|
D | CarVolumeDialogImpl.java | 204 if (D.BUG) { in showH() 228 if (D.BUG) { in rescheduleTimeoutH() 238 if (D.BUG) { in dismissH() 259 if (D.BUG) { in dismissH()
|