Home | History | Annotate | Download | only in telecom

Lines Matching defs:answer

72  * receives call-commands such as answer, reject, hold and disconnect.
166 public void answer(String callId) {
325 answer((String) msg.obj);
805 findConnectionForAction(callId, "answer").onAnswer(videoState);
808 private void answer(String callId) {
809 Log.d(this, "answer %s", callId);
810 findConnectionForAction(callId, "answer").onAnswer();