Searched refs:BUG (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogMotion.java | 63 if (D.BUG) Log.d(TAG, "mDialog.onDismiss"); in VolumeDialogMotion() 69 if (D.BUG) Log.d(TAG, "mDialog.onShow"); in VolumeDialogMotion() 84 if (D.BUG) Log.d(TAG, "mShowing = " + mShowing); in setShowing() 91 if (D.BUG) Log.d(TAG, "mDismissing = " + mDismissing); in setDismissing() 99 if (D.BUG) Log.d(TAG, "mAnimating = " + mAnimating); in updateAnimating() 106 if (D.BUG) Log.d(TAG, "startShow"); in startShow() 115 if (D.BUG) Log.d(TAG, "mDialog.show()"); in startShow() 129 if (D.BUG) Log.d(TAG, "startShowAnimation"); in startShowAnimation() 154 if (D.BUG) Log.d(TAG, "show.onAnimationEnd"); in startShowAnimation() 159 if (D.BUG) Log.d(TAG, "show.onAnimationCancel"); in startShowAnimation() [all …]
|
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 | VolumeDialogController.java | 168 if (D.BUG) Log.d(TAG, "destroy"); in destroy() 320 if (D.BUG) Log.d(TAG, "updateActiveStreamW " + activeStream); in updateActiveStreamW() 322 if (D.BUG) Log.d(TAG, "forceVolumeControlStream " + s); in updateActiveStreamW() 358 if (D.BUG) Log.d(TAG, "updateStreamRoutedToBluetoothW stream=" + stream 470 if (D.BUG) Log.d(TAG, "onSetStreamVolume " + stream + " level=" + level); in onSetStreamVolumeW() 490 if (D.BUG) Log.d(TAG, "onSetZenModeW " + mode); in onSetZenModeW() 499 if (D.BUG) Log.d(TAG, "showDndTile"); in showDndTile() 508 if (D.BUG) Log.d(TAG, "displaySafeVolumeWarning " in displaySafeVolumeWarning() 516 if (D.BUG) Log.d(TAG, "volumeChanged " + AudioSystem.streamToString(streamType) in volumeChanged() 524 if (D.BUG) Log.d(TAG, "masterMuteChanged"); in masterMuteChanged() [all …]
|
D | VolumeDialog.java | 224 if (D.BUG) Log.d(TAG, "updateWindowWidth dm.w=" + dm.widthPixels); in updateWindowWidthH() 275 if (D.BUG) Log.d(TAG, "onLayoutChange moved=" + moved in addRow() 321 if (D.BUG) Log.d(TAG, "repositionExpandAnim x=" + x + " y=" + y); in repositionExpandAnim() 437 if (D.BUG) Log.d(TAG, "showH r=" + Events.DISMISS_REASONS[reason]); in showH() 453 if (D.BUG) Log.d(TAG, "rescheduleTimeout " + timeout + " " + Debug.getCaller()); in rescheduleTimeoutH() 483 if (D.BUG) Log.d(TAG, "SafetyWarning dismissed"); in dismissH() 496 if (D.BUG) Log.d(TAG, "bottomMargin " + mlp.bottomMargin + " -> " + bottomMargin); in updateDialogBottomMarginH() 517 if (D.BUG) Log.d(TAG, "setExpandedH " + expanded); 544 if (D.BUG) Log.d(TAG, "updateExpandButtonH"); 563 if (D.BUG) Log.d(TAG, "updateRowsH"); [all …]
|
D | SafetyWarningDialog.java | 75 if (D.BUG) Log.d(TAG, "Confirmed warning via VOLUME_UP"); in onKeyUp() 103 if (D.BUG) Log.d(TAG, "Received ACTION_CLOSE_SYSTEM_DIALOGS");
|
D | D.java | 22 public static boolean BUG = Log.isLoggable("volume", Log.DEBUG); field in D
|