Searched refs:DEBUG_RC (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | MediaFocusControl.java | 82 protected static final boolean DEBUG_RC = false; field in MediaFocusControl 158 if (DEBUG_RC) { Log.d(TAG, "NotificationListenerObserver.onChange()"); } in onChange() 181 if (DEBUG_RC) { Log.d(TAG, "ok to register Rcd: has MEDIA_CONTENT_CONTROL permission");} in checkRcdRegistrationAuthorization() 202 if (DEBUG_RC) { Log.d(TAG, "ok to register RCC: " + component + in checkRcdRegistrationAuthorization() 209 if (DEBUG_RC) { Log.d(TAG, "not ok to register RCD, " + listenerComp + in checkRcdRegistrationAuthorization() 251 if (DEBUG_RC) { Log.d(TAG, "onReevaluateRemoteControlDisplays()"); } in onReevaluateRemoteControlDisplays() 258 if (DEBUG_RC) { Log.d(TAG, " > enabled list: " + enabledNotifListeners); } in onReevaluateRemoteControlDisplays() 308 if (DEBUG_RC) { Log.d(TAG, " > " + comp + " is NOT enabled"); } in isComponentInStringArray() 314 if (DEBUG_RC) { Log.d(TAG, " > " + compString + " is enabled"); } in isComponentInStringArray() 318 if (DEBUG_RC) { Log.d(TAG, " > " + compString + " is NOT enabled"); } in isComponentInStringArray() [all …]
|