Home | History | Annotate | Download | only in telecom

Lines Matching defs:answer

939     /** @see IConnectionService#answer(String) */
940 void answer(Call call, int videoState) {
942 if (callId != null && isServiceValid("answer")) {
944 logOutgoing("answer %s %d", callId, videoState);
946 mServiceInterface.answer(callId);