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

Commit 03bb751b authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge "Maintain call time across SRVCC (1/3)." into mnc-dev

parents f8d97800 084ab083
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1543,7 +1543,8 @@ public class CallsManager extends Call.ListenerBase implements VideoProviderProx
                null /* connectionManagerPhoneAccount */,
                connection.getPhoneAccount(), /* targetPhoneAccountHandle */
                false /* isIncoming */,
                false /* isConference */);
                false /* isConference */,
                connection.getConnectTimeMillis() /* connectTimeMillis */);

        setCallState(call, Call.getStateFromConnectionState(connection.getState()),
                "existing connection");
+1 −0
Original line number Diff line number Diff line
@@ -396,6 +396,7 @@ public class ConnectionServiceFixture implements TestFixture<IConnectionService>
                c.videoState,
                false, /* ringback requested */
                false, /* voip audio mode */
                0, /* Connect Time for conf call on this connection */
                c.statusHints,
                c.disconnectCause,
                c.conferenceableConnectionIds,