Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ced05d34 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Fix tests to use new version of createSipDelegate

Test: atest ImsCommonTests
Change-Id: I7af44a574ee9ee32864755ba9e4ace4047594d89
parent 23083f3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@ public class ImsFeatureContainerTest {
    private ImsRegistrationImplBase mImsReg = new ImsRegistrationImplBase();
    private ISipTransport mSipTransport = new ISipTransport.Stub() {
        @Override
        public void createSipDelegate(DelegateRequest request, ISipDelegateStateCallback dc,
                ISipDelegateMessageCallback mc) {
        public void createSipDelegate(int subId, DelegateRequest request,
                ISipDelegateStateCallback dc, ISipDelegateMessageCallback mc) {
        }

        @Override