Ejemplo n.º 1
0
  /* package */ void sendDtmf(char c, Message result) {
    if (DBG) log("sendDtmf");

    ImsCall imscall = mForegroundCall.getImsCall();
    if (imscall != null) {
      imscall.sendDtmf(c, result);
    }
  }