Home | History | Annotate | Download | only in telecom

Lines Matching defs:playDtmfTone

816     /** @see ConnectionService#playDtmfTone(String,char) */
817 void playDtmfTone(Call call, char digit) {
819 if (callId != null && isServiceValid("playDtmfTone")) {
821 logOutgoing("playDtmfTone %s %c", callId, digit);
822 mServiceInterface.playDtmfTone(callId, digit);