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

Commit 1783a0e5 authored by Tyler Gunn's avatar Tyler Gunn Committed by Gerrit Code Review
Browse files

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

parents b56ece87 1e0ae07a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1752,6 +1752,14 @@ public class ImsCall implements ICall {
        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) {
        ImsCall call = new ImsCall(mContext, profile);