Loading src/java/com/android/ims/ImsCall.java +8 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
src/java/com/android/ims/ImsCall.java +8 −0 Original line number Diff line number Diff line Loading @@ -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); Loading