Merge "Migrate wm package in sysui to WM shell lib - CarSystemUITest(4-1/n)"
This commit is contained in:
committed by
Android (Google) Code Review
commit
de5181ae1e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user