Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca8b4375 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove deprecated Constants from FrameworksServicesTests."

parents 8bf7a848 32260f62
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -73,7 +73,6 @@ public class HdmiCecLocalDeviceAudioSystemTest {
    private static final int HDMI_3_PHYSICAL_ADDRESS = 0x2300;
    private int mInvokeDeviceEventState;
    private HdmiDeviceInfo mDeviceInfo;
    private boolean mMutingEnabled;
    private boolean mArcSupport;
    private HdmiPortInfo[] mHdmiPortInfo;

@@ -154,8 +153,6 @@ public class HdmiCecLocalDeviceAudioSystemTest {
                @Override
                boolean readBooleanSystemProperty(String key, boolean defVal) {
                    switch (key) {
                        case Constants.PROPERTY_SYSTEM_AUDIO_MODE_MUTING_ENABLE:
                            return mMutingEnabled;
                        case Constants.PROPERTY_ARC_SUPPORT:
                            return mArcSupport;
                        default:
@@ -209,7 +206,6 @@ public class HdmiCecLocalDeviceAudioSystemTest {
        mHdmiControlService.allocateLogicalAddress(mLocalDevices, INITIATED_BY_ENABLE_CEC);
        mTestLooper.dispatchAll();
        mNativeWrapper.clearResultMessages();
        mMutingEnabled = true;
        mArcSupport = true;
        mInvokeDeviceEventState = 0;
        mDeviceInfo = null;