Loading services/tests/servicestests/src/com/android/server/wm/WindowTestsBase.java +3 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ class WindowTestsBase { public void setUp() throws Exception { if (!sOneTimeSetupDone) { sOneTimeSetupDone = true; // Allows to mock package local classes and methods System.setProperty("dexmaker.share_classloader", "true"); MockitoAnnotations.initMocks(this); } Loading Loading
services/tests/servicestests/src/com/android/server/wm/WindowTestsBase.java +3 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ class WindowTestsBase { public void setUp() throws Exception { if (!sOneTimeSetupDone) { sOneTimeSetupDone = true; // Allows to mock package local classes and methods System.setProperty("dexmaker.share_classloader", "true"); MockitoAnnotations.initMocks(this); } Loading