Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java509 public void holdActiveCall() throws CallStateException { in holdActiveCall() method in ImsPhone
510 mCT.holdActiveCall(); in holdActiveCall()
637 mCT.holdActiveCall(); in handleCallHoldIncallSupplementaryService()
644 mCT.holdActiveCall(); in handleCallHoldIncallSupplementaryService()
DImsPhoneCallTracker.java1668 public void holdActiveCall() throws CallStateException { in holdActiveCall() method in ImsPhoneCallTracker
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java238 verify(mImsCT).holdActiveCall(); in testHandleInCallMmiCommandCallHold()
249 verify(mImsCT, times(2)).holdActiveCall(); in testHandleInCallMmiCommandCallHold()
DImsPhoneCallTrackerTest.java422 mCTUT.holdActiveCall(); in testImsHoldException()
433 mCTUT.holdActiveCall(); in testImsHoldException()