Searched refs:imscall (Results 1 – 1 of 1) sorted by relevance
2150 ImsCall imscall = mForegroundCall.getImsCall(); in sendDtmf() local2151 if (imscall != null) { in sendDtmf()2152 imscall.sendDtmf(c, result); in sendDtmf()2160 ImsCall imscall = mForegroundCall.getImsCall(); in startDtmf() local2161 if (imscall != null) { in startDtmf()2162 imscall.startDtmf(c); in startDtmf()2172 ImsCall imscall = mForegroundCall.getImsCall(); in stopDtmf() local2173 if (imscall != null) { in stopDtmf()2174 imscall.stopDtmf(); in stopDtmf()