Loading services/tests/wmtests/src/com/android/server/wm/AppTransitionTests.java +5 −2 Original line number Diff line number Diff line Loading @@ -55,8 +55,11 @@ public class AppTransitionTests extends WindowTestsBase { @Before public void setUp() throws Exception { synchronized (mWm.mGlobalLock) { // Hold the lock to protect the stubbing from being accessed by other threads. spyOn(mWm.mRoot); doNothing().when(mWm.mRoot).performSurfacePlacement(anyBoolean()); } mDc = mWm.getDefaultDisplayContentLocked(); } Loading Loading
services/tests/wmtests/src/com/android/server/wm/AppTransitionTests.java +5 −2 Original line number Diff line number Diff line Loading @@ -55,8 +55,11 @@ public class AppTransitionTests extends WindowTestsBase { @Before public void setUp() throws Exception { synchronized (mWm.mGlobalLock) { // Hold the lock to protect the stubbing from being accessed by other threads. spyOn(mWm.mRoot); doNothing().when(mWm.mRoot).performSurfacePlacement(anyBoolean()); } mDc = mWm.getDefaultDisplayContentLocked(); } Loading