Home | History | Annotate | Download | only in telecom

Lines Matching defs:stopDtmfTone

1728     public void stopDtmfTone() {
1730 Log.w(this, "stopDtmfTone() request on a call without a connection service.");
1732 Log.i(this, "Send stopDtmfTone to connection service for call %s", this);
1734 mConnectionService.stopDtmfTone(this);
1741 * not been stopped via {@link #stopDtmfTone()}, {@code false} otherwise.