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.java2150 ImsCall imscall = mForegroundCall.getImsCall(); in sendDtmf() local
2151 if (imscall != null) { in sendDtmf()
2152 imscall.sendDtmf(c, result); in sendDtmf()
2160 ImsCall imscall = mForegroundCall.getImsCall(); in startDtmf() local
2161 if (imscall != null) { in startDtmf()
2162 imscall.startDtmf(c); in startDtmf()
2172 ImsCall imscall = mForegroundCall.getImsCall(); in stopDtmf() local
2173 if (imscall != null) { in stopDtmf()
2174 imscall.stopDtmf(); in stopDtmf()