Home | History | Annotate | Download | only in telecom

Lines Matching refs:playDtmfTone

965     void playDtmfTone(char digit) {
967 Log.w(this, "playDtmfTone() request on a call without a connection service.");
969 Log.i(this, "Send playDtmfTone to connection service for call %s", this);
970 mConnectionService.playDtmfTone(this, digit);