Home | History | Annotate | Download | only in telecom

Lines Matching refs:playDtmfTone

192         public void playDtmfTone(String callId, char digit) {
320 playDtmfTone((String) msg.obj, (char) msg.arg1);
719 private void playDtmfTone(String callId, char digit) {
720 Log.d(this, "playDtmfTone %s %c", callId, digit);
722 findConnectionForAction(callId, "playDtmfTone").onPlayDtmfTone(digit);
724 findConferenceForAction(callId, "playDtmfTone").onPlayDtmfTone(digit);