Loading telecomm/java/android/telecom/Conference.java +8 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,13 @@ public abstract class Conference implements IConferenceable { setState(Connection.STATE_HOLDING); } /** * Sets state to be dialing. */ public final void setDialing() { setState(Connection.STATE_DIALING); } /** * Sets state to be active. */ Loading Loading @@ -433,6 +440,7 @@ public abstract class Conference implements IConferenceable { private void setState(int newState) { if (newState != Connection.STATE_ACTIVE && newState != Connection.STATE_DIALING && newState != Connection.STATE_HOLDING && newState != Connection.STATE_DISCONNECTED) { Log.w(this, "Unsupported state transition for Conference call.", Loading Loading
telecomm/java/android/telecom/Conference.java +8 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,13 @@ public abstract class Conference implements IConferenceable { setState(Connection.STATE_HOLDING); } /** * Sets state to be dialing. */ public final void setDialing() { setState(Connection.STATE_DIALING); } /** * Sets state to be active. */ Loading Loading @@ -433,6 +440,7 @@ public abstract class Conference implements IConferenceable { private void setState(int newState) { if (newState != Connection.STATE_ACTIVE && newState != Connection.STATE_DIALING && newState != Connection.STATE_HOLDING && newState != Connection.STATE_DISCONNECTED) { Log.w(this, "Unsupported state transition for Conference call.", Loading