Searched refs:DEBUG_RC (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaFocusControl.java | 70 protected static final boolean DEBUG_RC = false; field in MediaFocusControl 145 if (DEBUG_RC) { Log.d(TAG, "NotificationListenerObserver.onChange()"); } in onChange() 168 if (DEBUG_RC) { Log.d(TAG, "ok to register Rcd: has MEDIA_CONTENT_CONTROL permission");} in checkRcdRegistrationAuthorization() 189 if (DEBUG_RC) { Log.d(TAG, "ok to register RCC: " + component + in checkRcdRegistrationAuthorization() 196 if (DEBUG_RC) { Log.d(TAG, "not ok to register RCD, " + listenerComp + in checkRcdRegistrationAuthorization() 238 if (DEBUG_RC) { Log.d(TAG, "onReevaluateRemoteControlDisplays()"); } in onReevaluateRemoteControlDisplays() 245 if (DEBUG_RC) { Log.d(TAG, " > enabled list: " + enabledNotifListeners); } in onReevaluateRemoteControlDisplays() 295 if (DEBUG_RC) { Log.d(TAG, " > " + comp + " is NOT enabled"); } in isComponentInStringArray() 301 if (DEBUG_RC) { Log.d(TAG, " > " + compString + " is enabled"); } in isComponentInStringArray() 305 if (DEBUG_RC) { Log.d(TAG, " > " + compString + " is NOT enabled"); } in isComponentInStringArray() [all …]
|