Searched refs:setDisconnected (Results 1 – 21 of 21) sorted by relevance
83 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in disconnectAllConnections()137 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()139 conference.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
39 connection.setDisconnected(new DisconnectCause(DisconnectCause.REJECTED)); in onEvent()49 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
181 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()205 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()207 conference.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
109 connection.setDisconnected(new DisconnectCause(DisconnectCause.REJECTED)); in onEvent()120 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
124 connection.setDisconnected(new DisconnectCause(DisconnectCause.REJECTED)); in onEvent()133 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
198 connection.setDisconnected(new DisconnectCause(DisconnectCause.REJECTED)); in onEvent()208 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
59 connection.setDisconnected(new DisconnectCause(DisconnectCause.MISSED)); in onNewIncomingConnection()
167 setDisconnected(connection.getDisconnectCause()); in onGsmEvent()
100 c.setDisconnected(new DisconnectCause(DisconnectCause.REMOTE)); in onDisconnect()141 setDisconnected(new DisconnectCause(DisconnectCause.MISSED));205 setDisconnected(new DisconnectCause(DisconnectCause.REMOTE, "Line busy", in startOutgoing()259 setDisconnected(new DisconnectCause(DisconnectCause.REMOTE)); in onDisconnect()273 setDisconnected(new DisconnectCause(DisconnectCause.REJECTED)); in onReject()
52 setDisconnected(disconnectCause);271 setDisconnected(disconnectCause);
213 setDisconnected(new DisconnectCause(cause)); in setConnectionDisconnected()
229 setDisconnected(disconnectCause);1086 participant.setDisconnected(new DisconnectCause(DisconnectCause.CANCELED)); in handleConferenceParticipantsUpdate()1226 entry.setDisconnected(new DisconnectCause(DisconnectCause.CANCELED, in startEmulatingSinglePartyCall()1321 connection.setDisconnected(new DisconnectCause(DisconnectCause.CANCELED)); in disconnectConferenceParticipants()1472 setDisconnected(new DisconnectCause(DisconnectCause.OTHER)); in handleOriginalConnectionChange()1513 setDisconnected(disconnectCause); in setState()
134 setDisconnected(new DisconnectCause(DisconnectCause.CANCELED)); in updateState()
940 conferenceHostConnection.setDisconnected(DisconnectCauseUtil.toTelecomDisconnectCause( in placeOutgoingConference()2258 connection.setDisconnected(DisconnectCauseUtil.toTelecomDisconnectCause( in placeOutgoingConnection()3365 connection.setDisconnected(mDisconnectCauseFactory.toTelecomDisconnectCause( in onNormalCallRedial()4255 connection.setDisconnected(cause); in closeOrDestroyConnection()
371 setDisconnected(DisconnectCauseUtil in onOriginalConnectionRedialed()3368 setDisconnected(disconnectCause); in setTelephonyConnectionDisconnected()
185 setDisconnected(new DisconnectCause(cause)); in close()
311 mConference.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in updateConferenceableConnections()
1314 mConnection.setDisconnected(null); in testCreateOutgoingEmerge_exitingApm_disconnected()2741 mConnection.setDisconnected(null); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_InService()2766 mConnection.setDisconnected(null); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_Timeout()2802 mConnection.setDisconnected(null); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_CombinedAttach()2839 mConnection.setDisconnected(null); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_PsOnly()2876 mConnection.setDisconnected(null); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_PsOnly_ImsRegistered()2890 mConnection.setDisconnected(null); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_DiscardDialing()3468 c.setDisconnected(null); in testDomainSelectionListenOriginalConnectionConfigChange()
204 mHfpClientConnection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in multiPartyCallOnAddedDisconnected_notInConference()
582 a.setDisconnected(id, mConnectionById.get(id).disconnectCause, null /*Session.Info*/); in sendSetDisconnected()
343 public void setDisconnected(String callId, DisconnectCause disconnectCause, in setDisconnected() method in ConnectionServiceWrapper.Adapter