Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java81 testImsCall.attachSession(mockSession); in testCallSessionProgressingAppliedMediaCaps()
165 imsCall.attachSession(mockSession); in testCloseImsCallRtt()
250 testImsCall.attachSession(mockSession); in testListenerCalledAfterCallClosed()
DImsPhoneCallTrackerTest.java217 imsCall.attachSession(mImsCallSession); in imsCallMocking()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1149 public void attachSession(ImsCallSession session) throws ImsException { in attachSession() method in ImsCall
1935 call.attachSession(session); in createNewCall()
DImsManager.java2590 call.attachSession(new ImsCallSession(session)); in takeCall()