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

Commit f678b093 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Add test method to get ImsCall#Listener."

am: 1783a0e5

Change-Id: Ib094abe4782fa8ef3f570cd7b0a38853927d56eb
parents 56de9672 1783a0e5
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -1752,6 +1752,14 @@ public class ImsCall implements ICall {
        return mImsCallSessionListenerProxy;
        return mImsCallSessionListenerProxy;
    }
    }


    /**
     * @return the current Listener.  NOTE: ONLY FOR USE WITH TESTING.
     */
    @VisibleForTesting
    public Listener getListener() {
        return mListener;
    }

    private ImsCall createNewCall(ImsCallSession session, ImsCallProfile profile) {
    private ImsCall createNewCall(ImsCallSession session, ImsCallProfile profile) {
        ImsCall call = new ImsCall(mContext, profile);
        ImsCall call = new ImsCall(mContext, profile);