DO NOT MERGE Remove connection substate
Bug:20300433 Change-Id: Ifefc08b5165de3e0b6ce92007e5f612879dcc4d9
This commit is contained in:
@@ -79,7 +79,6 @@ final class RemoteConnectionService {
|
||||
}
|
||||
connection.setConferenceableConnections(conferenceable);
|
||||
connection.setVideoState(parcel.getVideoState());
|
||||
connection.setCallSubstate(parcel.getCallSubstate());
|
||||
if (connection.getState() == Connection.STATE_DISCONNECTED) {
|
||||
// ... then, if it was created in a disconnected state, that indicates
|
||||
// failure on the providing end, so immediately mark it destroyed
|
||||
@@ -307,12 +306,6 @@ final class RemoteConnectionService {
|
||||
|
||||
mOurConnectionServiceImpl.addRemoteExistingConnection(remoteConnction);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCallSubstate(String callId, int callSubstate) {
|
||||
findConnectionForAction(callId, "callSubstate")
|
||||
.setCallSubstate(callSubstate);
|
||||
}
|
||||
};
|
||||
|
||||
private final ConnectionServiceAdapterServant mServant =
|
||||
|
||||
Reference in New Issue
Block a user