Loading services/core/java/com/android/server/hdmi/HdmiControlService.java +3 −1 Original line number Diff line number Diff line Loading @@ -710,8 +710,10 @@ public class HdmiControlService extends SystemService { // Register ContentObserver to monitor the settings change. registerContentObserver(); } if (mMhlController != null) { mMhlController.setOption(OPTION_MHL_SERVICE_CONTROL, ENABLED); } } @VisibleForTesting void initService() { Loading Loading
services/core/java/com/android/server/hdmi/HdmiControlService.java +3 −1 Original line number Diff line number Diff line Loading @@ -710,8 +710,10 @@ public class HdmiControlService extends SystemService { // Register ContentObserver to monitor the settings change. registerContentObserver(); } if (mMhlController != null) { mMhlController.setOption(OPTION_MHL_SERVICE_CONTROL, ENABLED); } } @VisibleForTesting void initService() { Loading