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.java693 public void holdActiveCall() throws CallStateException { in holdActiveCall() method in ImsPhone
694 mCT.holdActiveCall(); in holdActiveCall()
825 mCT.holdActiveCall(); in handleCallHoldIncallSupplementaryService()
832 mCT.holdActiveCall(); in handleCallHoldIncallSupplementaryService()
DImsPhoneCallTracker.java2321 public void holdActiveCall() throws CallStateException { in holdActiveCall() method in ImsPhoneCallTracker
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java269 verify(mImsCT).holdActiveCall(); in testHandleInCallMmiCommandCallHold()
280 verify(mImsCT, times(2)).holdActiveCall(); in testHandleInCallMmiCommandCallHold()
DImsPhoneCallTrackerTest.java664 mCTUT.holdActiveCall(); in testImsHoldException()
675 mCTUT.holdActiveCall(); in testImsHoldException()
1837 mCTUT.holdActiveCall(); in testClearHoldSwapStateOnSrvcc()