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

Commit 2d463419 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add getInterface(Version|Hash) in ILights stub for test" into rvc-dev...

Merge "Add getInterface(Version|Hash) in ILights stub for test" into rvc-dev am: 7f091e01 am: 91cf5d75 am: dc65a78d

Change-Id: I850efdcc103b882d579c8f08092098ce3f79a499
parents f32f42ad dc65a78d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -63,6 +63,16 @@ public class LightsServiceTest {
                fakeHwLight(105, LightsManager.LIGHT_TYPE_MICROPHONE, 2)
            };
        }

        @Override
        public int getInterfaceVersion() {
            return this.VERSION;
        }

        @Override
        public String getInterfaceHash() {
            return this.HASH;
        }
    };

    private static HwLight fakeHwLight(int id, int type, int ordinal) {