Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java457 public void holdActiveCall() throws CallStateException { in holdActiveCall() method in ImsPhone
458 mCT.holdActiveCall(); in holdActiveCall()
582 mCT.holdActiveCall(); in handleCallHoldIncallSupplementaryService()
DImsPhoneCallTracker.java1235 public void holdActiveCall() throws CallStateException { in holdActiveCall() method in ImsPhoneCallTracker
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java221 verify(mImsCT).holdActiveCall(); in testHandleInCallMmiCommandCallHold()