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

Commit c6600084 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Modify tests to conform with new API restrictions." am: fd5797d1

am: 86799639

Change-Id: Iffe695e3c60c20473758fb77a7029b7683de3429
parents c362d758 86799639
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package android.telephony.ims;

import android.os.Bundle;
import android.os.Message;
import android.os.RemoteException;
import android.telephony.ims.feature.CapabilityChangeRequest;
@@ -50,8 +51,8 @@ public class TestMmTelFeature extends MmTelFeature {
        }
    }

    public void incomingCall(ImsCallSessionImplBase c) throws RemoteException {
        notifyIncomingCall(c, null);
    public void incomingCall(ImsCallSessionImplBase c) {
        notifyIncomingCall(c, new Bundle());
    }

    @Override