Home
last modified time | relevance | path

Searched refs:imscall (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1672 ImsCall imscall = mForegroundCall.getImsCall(); in sendDtmf() local
1673 if (imscall != null) { in sendDtmf()
1674 imscall.sendDtmf(c, result); in sendDtmf()
1682 ImsCall imscall = mForegroundCall.getImsCall(); in startDtmf() local
1683 if (imscall != null) { in startDtmf()
1684 imscall.startDtmf(c); in startDtmf()
1694 ImsCall imscall = mForegroundCall.getImsCall(); in stopDtmf() local
1695 if (imscall != null) { in stopDtmf()
1696 imscall.stopDtmf(); in stopDtmf()