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

Commit 67272503 authored by Virkumar Karavate's avatar Virkumar Karavate Committed by Automerger Merge Worker
Browse files

Merge "(ImsService API changes for Better IMS Threading) Add new parameter for...

Merge "(ImsService API changes for Better IMS Threading) Add new parameter for ImsConfigStub()" am: 2afced3f

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

Change-Id: I946a4037c72d084918085f110cbe5ae1c40d66e8
parents cdfa9cde 2afced3f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ import org.junit.runner.RunWith;
import org.mockito.Mock;

import java.util.Hashtable;
import java.util.concurrent.Executor;

@RunWith(AndroidJUnit4.class)
public class ImsManagerTest extends ImsTestBase {
@@ -869,7 +870,7 @@ public class ImsManagerTest extends ImsTestBase {


        // Configure ImsConfigStub
        mImsConfigStub = new ImsConfigImplBase.ImsConfigStub(mImsConfigImplBaseMock);
        mImsConfigStub = new ImsConfigImplBase.ImsConfigStub(mImsConfigImplBaseMock, Runnable::run);
        doReturn(mImsConfigStub).when(mMmTelFeatureConnection).getConfig();

        ImsManager mgr = new ImsManager(mContext, mPhoneId,