Searched refs:imscall (Results 1 – 1 of 1) sorted by relevance
2326 ImsCall imscall = mForegroundCall.getImsCall(); in sendDtmf() local2327 if (imscall != null) { in sendDtmf()2328 imscall.sendDtmf(c, result); in sendDtmf()2336 ImsCall imscall = mForegroundCall.getImsCall(); in startDtmf() local2337 if (imscall != null) { in startDtmf()2338 imscall.startDtmf(c); in startDtmf()2348 ImsCall imscall = mForegroundCall.getImsCall(); in stopDtmf() local2349 if (imscall != null) { in stopDtmf()2350 imscall.stopDtmf(); in stopDtmf()