Searched refs:imscall (Results 1 – 1 of 1) sorted by relevance
1602 ImsCall imscall = mForegroundCall.getImsCall(); in sendDtmf() local1603 if (imscall != null) { in sendDtmf()1604 imscall.sendDtmf(c, result); in sendDtmf()1612 ImsCall imscall = mForegroundCall.getImsCall(); in startDtmf() local1613 if (imscall != null) { in startDtmf()1614 imscall.startDtmf(c); in startDtmf()1624 ImsCall imscall = mForegroundCall.getImsCall(); in stopDtmf() local1625 if (imscall != null) { in stopDtmf()1626 imscall.stopDtmf(); in stopDtmf()