Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java421 mCTUT.holdActiveCall(); in testImsHoldException()
432 mCTUT.holdActiveCall(); in testImsHoldException()
1146 mCTUT.holdActiveCall(); in testClearHoldSwapStateOnSrvcc()
DImsPhoneTest.java241 verify(mImsCT).holdActiveCall(); in testHandleInCallMmiCommandCallHold()
252 verify(mImsCT, times(2)).holdActiveCall(); in testHandleInCallMmiCommandCallHold()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java602 public void holdActiveCall() throws CallStateException { in holdActiveCall() method in ImsPhone
603 mCT.holdActiveCall(); in holdActiveCall()
730 mCT.holdActiveCall(); in handleCallHoldIncallSupplementaryService()
737 mCT.holdActiveCall(); in handleCallHoldIncallSupplementaryService()
DImsPhoneCallTracker.java1648 public void holdActiveCall() throws CallStateException { in holdActiveCall() method in ImsPhoneCallTracker