Lines Matching refs:mConnectionId
633 private final String mConnectionId; field in RemoteConnection
670 mConnectionId = id; in RemoteConnection()
688 mConnectionId = callId; in RemoteConnection()
731 mConnectionId = "NULL"; in RemoteConnection()
917 mConnectionService.abort(mConnectionId, Log.getExternalSession( in abort()
933 mConnectionService.answer(mConnectionId, Log.getExternalSession( in answer()
951 mConnectionService.answerVideo(mConnectionId, videoState, in answer()
967 mConnectionService.reject(mConnectionId, Log.getExternalSession( in reject()
983 mConnectionService.hold(mConnectionId, Log.getExternalSession( in hold()
999 mConnectionService.unhold(mConnectionId, Log.getExternalSession( in unhold()
1015 mConnectionService.disconnect(mConnectionId, Log.getExternalSession( in disconnect()
1037 mConnectionService.playDtmfTone(mConnectionId, digit, null /*Session.Info*/); in playDtmfTone()
1056 mConnectionService.stopDtmfTone(mConnectionId, null /*Session.Info*/); in stopDtmfTone()
1089 mConnectionService.onPostDialContinue(mConnectionId, proceed, in postDialContinue()
1108 mConnectionService.pullExternalCall(mConnectionId, null /*Session.Info*/); in pullExternalCall()
1126 mConnectionService.addConferenceParticipants(mConnectionId, participants, in addConferenceParticipants()
1155 mConnectionService.onCallAudioStateChanged(mConnectionId, state, in setCallAudioState()
1174 mConnectionService.startRtt(mConnectionId, rttTextStream.getFdFromInCall(), in startRtt()
1192 mConnectionService.stopRtt(mConnectionId, null /*Session.Info*/); in stopRtt()
1214 mConnectionService.onCallFilteringCompleted(mConnectionId, completionInfo, in onCallFilteringCompleted()
1237 mConnectionService.respondToRttUpgradeRequest(mConnectionId, in sendRttUpgradeResponse()
1240 mConnectionService.respondToRttUpgradeRequest(mConnectionId, in sendRttUpgradeResponse()
1290 return mConnectionId; in getId()