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

Commit 269d4586 authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Fix tests to use new version of createSipDelegate am: ced05d34

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/net/ims/+/1500776

Change-Id: I9f150aaa13b8fa520bc1a54dc02deb3a7051de42
parents 5fffd6a4 ced05d34
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