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

Commit fd400f5f authored by John Huang's avatar John Huang Committed by Android (Google) Code Review
Browse files

Merge "Prevent dial() return null in a racing condition."

parents 3cd9c12d 0593c68a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public final class GsmCallTracker extends CallTracker {
    /**
     * clirMode is one of the CLIR_ constants
     */
    Connection
    synchronized Connection
    dial (String dialString, int clirMode, UUSInfo uusInfo) throws CallStateException {
        // note that this triggers call state changed notif
        clearDisconnected();
@@ -406,7 +406,7 @@ public final class GsmCallTracker extends CallTracker {
        }
    }

    protected void
    protected synchronized void
    handlePollCalls(AsyncResult ar) {
        List polledCalls;