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

Commit 91355d59 authored by Guang Zhu's avatar Guang Zhu
Browse files

add missing dummy implementation of new method in test code

Change-Id: I91b6da823d7e3e44f9a70f9726d45b490b6783b2
parent 0264d797
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -99,6 +99,11 @@ public class TestWindowManagerPolicy implements WindowManagerPolicy {
        return false;
    }

    @Override
    public boolean canShowDismissingWindowWhileLockedLw() {
        return false;
    }

    @Override
    public void setInitialDisplaySize(Display display, int width, int height, int density) {