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.java69 testImsCall.attachSession(mockSession); in testCallSessionProgressingAppliedMediaCaps()
DImsPhoneCallTrackerTest.java192 imsCall.attachSession(mImsCallSession); in imsCallMocking()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1119 public void attachSession(ImsCallSession session) throws ImsException { in attachSession() method in ImsCall
1890 call.attachSession(session); in createNewCall()
DImsManager.java2417 call.attachSession(new ImsCallSession(session)); in takeCall()