Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1089 public void attachSession(ImsCallSession session) throws ImsException { in attachSession() method in ImsCall
1836 call.attachSession(session); in createNewCall()
DImsManager.java1992 call.attachSession(new ImsCallSession(session)); in takeCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java177 imsCall.attachSession(mImsCallSession); in imsCallMocking()