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.java1602 ImsCall imscall = mForegroundCall.getImsCall(); in sendDtmf() local
1603 if (imscall != null) { in sendDtmf()
1604 imscall.sendDtmf(c, result); in sendDtmf()
1612 ImsCall imscall = mForegroundCall.getImsCall(); in startDtmf() local
1613 if (imscall != null) { in startDtmf()
1614 imscall.startDtmf(c); in startDtmf()
1624 ImsCall imscall = mForegroundCall.getImsCall(); in stopDtmf() local
1625 if (imscall != null) { in stopDtmf()
1626 imscall.stopDtmf(); in stopDtmf()