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

Commit 4759768c authored by chaviw's avatar chaviw
Browse files

Remove DisplayHashingService constructor

There's no need for the constructor and it shows up as missing CTS tests
for it. Rather than adding tests, just remove the constructor.

Test: atest DisplayHashManagerTest
Bug: 220812349
Change-Id: I6104a4955c4ca107820de39d0547d3901d96ca18
parent cde55d30
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -68,9 +68,6 @@ public abstract class DisplayHashingService extends Service {
    private DisplayHashingServiceWrapper mWrapper;
    private Handler mHandler;

    public DisplayHashingService() {
    }

    @Override
    public void onCreate() {
        super.onCreate();