Home | History | Annotate | Download | only in telecom

Lines Matching refs:mConnectionId

587     private final String mConnectionId;
623 mConnectionId = id;
634 mConnectionId = callId;
662 mConnectionId = "NULL";
848 mConnectionService.abort(mConnectionId);
860 mConnectionService.answer(mConnectionId);
874 mConnectionService.answerVideo(mConnectionId, videoState);
886 mConnectionService.reject(mConnectionId);
898 mConnectionService.hold(mConnectionId);
910 mConnectionService.unhold(mConnectionId);
922 mConnectionService.disconnect(mConnectionId);
940 mConnectionService.playDtmfTone(mConnectionId, digit);
956 mConnectionService.stopDtmfTone(mConnectionId);
986 mConnectionService.onPostDialContinue(mConnectionId, proceed);
1001 mConnectionService.pullExternalCall(mConnectionId);
1028 mConnectionService.onCallAudioStateChanged(mConnectionId, state);
1057 return mConnectionId;