Ejemplo n.º 1
0
  /*package*/ void stopDtmf() {
    if (DBG) log("stopDtmf");

    ImsCall imscall = mForegroundCall.getImsCall();
    if (imscall != null) {
      imscall.stopDtmf();
    } else {
      loge("stopDtmf : no foreground call");
    }
  }