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

Commit 5811017c authored by Virkumar Karavate's avatar Virkumar Karavate Committed by Android (Google) Code Review
Browse files

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

parents 4c8163a0 154018a3
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,