Lines Matching refs:findConnectionForAction

1425         onCreateConnectionComplete(findConnectionForAction(callId,  in notifyCreateConnectionComplete()
1431 findConnectionForAction(callId, "abort").onAbort(); in abort()
1436 findConnectionForAction(callId, "answer").onAnswer(videoState); in answerVideo()
1441 findConnectionForAction(callId, "answer").onAnswer(); in answer()
1446 findConnectionForAction(callId, "reject").onReject(); in reject()
1451 findConnectionForAction(callId, "reject").onReject(rejectWithMessage); in reject()
1456 findConnectionForAction(callId, "silence").onSilence(); in silence()
1462 findConnectionForAction(callId, "disconnect").onDisconnect(); in disconnect()
1471 findConnectionForAction(callId, "hold").onHold(); in hold()
1480 findConnectionForAction(callId, "unhold").onUnhold(); in unhold()
1489 findConnectionForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged()
1500 findConnectionForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone()
1509 findConnectionForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone()
1519 Connection connection2 = findConnectionForAction(callId2, "conference"); in conference()
1531 Connection connection1 = findConnectionForAction(callId1, "conference"); in conference()
1565 Connection connection = findConnectionForAction(callId, "splitFromConference"); in splitFromConference()
1602 Connection connection = findConnectionForAction(callId, "pullExternalCall"); in pullExternalCall()
1619 Connection connection = findConnectionForAction(callId, "sendCallEvent"); in sendCallEvent()
1640 findConnectionForAction(callId, "handleExtrasChanged").handleExtrasChanged(extras); in handleExtrasChanged()
1649 findConnectionForAction(callId, "startRtt").onStartRtt(rttTextStream); in startRtt()
1658 findConnectionForAction(callId, "stopRtt").onStopRtt(); in stopRtt()
1667 findConnectionForAction(callId, "handleRttUpgradeResponse") in handleRttUpgradeResponse()
1676 findConnectionForAction(callId, "stopDtmfTone").onPostDialContinue(proceed); in onPostDialContinue()
2149 private Connection findConnectionForAction(String callId, String action) { in findConnectionForAction() method in ConnectionService