Loading tests/src/com/android/server/telecom/tests/TelecomTestCase.java +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ public abstract class TelecomTestCase extends AndroidTestCase { mMockitoHelper.setUp(getContext(), getClass()); mComponentContextFixture = new ComponentContextFixture(); Log.setContext(mComponentContextFixture.getTestDouble().getApplicationContext()); Log.sCleanStaleSessions = null; MockitoAnnotations.initMocks(this); } Loading Loading
tests/src/com/android/server/telecom/tests/TelecomTestCase.java +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ public abstract class TelecomTestCase extends AndroidTestCase { mMockitoHelper.setUp(getContext(), getClass()); mComponentContextFixture = new ComponentContextFixture(); Log.setContext(mComponentContextFixture.getTestDouble().getApplicationContext()); Log.sCleanStaleSessions = null; MockitoAnnotations.initMocks(this); } Loading