Loading tests/src/com/android/server/telecom/tests/CallControlTest.java +0 −13 Original line number Diff line number Diff line Loading @@ -75,17 +75,4 @@ public class CallControlTest extends TelecomTestCase { control.setInactive(Runnable::run, result -> { })); } @Test public void testClose() { // GIVEN CallControl control = new CallControl(CALL_ID_1, mICallControl, mRepository, mHandle); // WHEN control.close(); // THEN verify(mRepository, times(1)) .removeCallFromServiceWrapper(mHandle, CALL_ID_1); } } Loading
tests/src/com/android/server/telecom/tests/CallControlTest.java +0 −13 Original line number Diff line number Diff line Loading @@ -75,17 +75,4 @@ public class CallControlTest extends TelecomTestCase { control.setInactive(Runnable::run, result -> { })); } @Test public void testClose() { // GIVEN CallControl control = new CallControl(CALL_ID_1, mICallControl, mRepository, mHandle); // WHEN control.close(); // THEN verify(mRepository, times(1)) .removeCallFromServiceWrapper(mHandle, CALL_ID_1); } }