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

Commit de5181ae authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Migrate wm package in sysui to WM shell lib - CarSystemUITest(4-1/n)"

parents acb9fe02 a45d120a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,13 +64,13 @@ public class DisplaySystemBarsControllerTest extends SysuiTestCase {
    public void setUp() {
        MockitoAnnotations.initMocks(this);

        mController = new DisplaySystemBarsController(
        mController = new DisplaySystemBarsController.Builder(
                mContext,
                mIWindowManager,
                mDisplayController,
                mHandler,
                mTransactionPool
        );
        ).build();
    }

    @Test