Searched refs:imscall (Results 1 – 1 of 1) sorted by relevance
2820 ImsCall imscall = mForegroundCall.getImsCall(); in sendDtmf() local2821 if (imscall != null) { in sendDtmf()2822 imscall.sendDtmf(c, result); in sendDtmf()2830 ImsCall imscall = mForegroundCall.getImsCall(); in startDtmf() local2831 if (imscall != null) { in startDtmf()2832 imscall.startDtmf(c); in startDtmf()2842 ImsCall imscall = mForegroundCall.getImsCall(); in stopDtmf() local2843 if (imscall != null) { in stopDtmf()2844 imscall.stopDtmf(); in stopDtmf()