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

Commit 0f950613 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" am: 674a8f15...

Merge "Add getInterface(Version|Hash) in ILights stub for test" am: 674a8f15 am: 71fff1f9 am: b27f5a47 am: b2edb15b am: 2d6fc96d

Change-Id: I0e21af609727cc2de4d4e6fd43c3178968427e3e
parents 21e84d80 2d6fc96d
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) {