Loading core/java/android/hardware/hdmi/HdmiDeviceInfo.java +9 −3 Original line number Diff line number Diff line Loading @@ -336,9 +336,15 @@ public class HdmiDeviceInfo implements Parcelable { * Returns {@code true} if the device is of a type that can be an input source. */ public boolean isSourceType() { if (isCecDevice()) { return mDeviceType == DEVICE_PLAYBACK || mDeviceType == DEVICE_RECORDER || mDeviceType == DEVICE_TUNER; } else if (isMhlDevice()) { return true; } else { return false; } } /** Loading Loading
core/java/android/hardware/hdmi/HdmiDeviceInfo.java +9 −3 Original line number Diff line number Diff line Loading @@ -336,9 +336,15 @@ public class HdmiDeviceInfo implements Parcelable { * Returns {@code true} if the device is of a type that can be an input source. */ public boolean isSourceType() { if (isCecDevice()) { return mDeviceType == DEVICE_PLAYBACK || mDeviceType == DEVICE_RECORDER || mDeviceType == DEVICE_TUNER; } else if (isMhlDevice()) { return true; } else { return false; } } /** Loading