Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java789 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers()
793 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers()
800 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers()
1247 imsCall.getImsCallSessionListenerProxy().callSessionProgressing(imsCall.getSession(), in placeCallAndMakeActive()
1249 imsCall.getImsCallSessionListenerProxy().callSessionStarted(imsCall.getSession(), in placeCallAndMakeActive()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java280 imsCall.getImsCallSessionListenerProxy().callSessionHandoverFailed(imsCall.getCallSession(), in handleHandoverFailedIntent()
516 imsCall.getImsCallSessionListenerProxy().callSessionUpdated(imsCall.getSession(), in testImsECall()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1820 public ImsCallSessionListenerProxy getImsCallSessionListenerProxy() { in getImsCallSessionListenerProxy() method in ImsCall