Home | History | Annotate | Download | only in telecom

Lines Matching defs:stopDtmfTone

828     /** @see ConnectionService#stopDtmfTone(String) */
829 void stopDtmfTone(Call call) {
831 if (callId != null && isServiceValid("stopDtmfTone")) {
833 logOutgoing("stopDtmfTone %s",callId);
834 mServiceInterface.stopDtmfTone(callId);