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.java2326 ImsCall imscall = mForegroundCall.getImsCall(); in sendDtmf() local
2327 if (imscall != null) { in sendDtmf()
2328 imscall.sendDtmf(c, result); in sendDtmf()
2336 ImsCall imscall = mForegroundCall.getImsCall(); in startDtmf() local
2337 if (imscall != null) { in startDtmf()
2338 imscall.startDtmf(c); in startDtmf()
2348 ImsCall imscall = mForegroundCall.getImsCall(); in stopDtmf() local
2349 if (imscall != null) { in stopDtmf()
2350 imscall.stopDtmf(); in stopDtmf()