Searched refs:imscall (Results 1 – 1 of 1) sorted by relevance
1672 ImsCall imscall = mForegroundCall.getImsCall(); in sendDtmf() local1673 if (imscall != null) { in sendDtmf()1674 imscall.sendDtmf(c, result); in sendDtmf()1682 ImsCall imscall = mForegroundCall.getImsCall(); in startDtmf() local1683 if (imscall != null) { in startDtmf()1684 imscall.startDtmf(c); in startDtmf()1694 ImsCall imscall = mForegroundCall.getImsCall(); in stopDtmf() local1695 if (imscall != null) { in stopDtmf()1696 imscall.stopDtmf(); in stopDtmf()