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

Commit fd5797d1 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Modify tests to conform with new API restrictions."

parents 9f6dcf94 a0a720f7
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