Loading packages/CarSystemUI/tests/src/com/android/systemui/wm/DisplaySystemBarsControllerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
packages/CarSystemUI/tests/src/com/android/systemui/wm/DisplaySystemBarsControllerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading