Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java291 imsCall.getImsCallSessionListenerProxy().callSessionHandoverFailed(imsCall.getCallSession(), in handleHandoverFailedIntent()
611 imsCall.getImsCallSessionListenerProxy().callSessionUpdated(imsCall.getSession(), in testImsECall()
644 imsCall.getImsCallSessionListenerProxy().callSessionDtmfReceived(digit); in testImsReceiveDtmf()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1392 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers()
1396 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers()
1403 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers()
1524 imsCall.getImsCallSessionListenerProxy().callSessionSendAnbrQuery(1, 1, 24400); in testSendAnbrQuery()
2550 imsCall.getImsCallSessionListenerProxy().callSessionProgressing(imsCall.getSession(), in testUpdateImsCallStatus()
2556 imsCall.getImsCallSessionListenerProxy().callSessionStarted(imsCall.getSession(), in testUpdateImsCallStatus()
2780 imsCall.getImsCallSessionListenerProxy().callSessionProgressing(imsCall.getSession(), in placeCallAndMakeActive()
2782 imsCall.getImsCallSessionListenerProxy().callSessionStarted(imsCall.getSession(), in placeCallAndMakeActive()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1919 public ImsCallSessionListenerProxy getImsCallSessionListenerProxy() { in getImsCallSessionListenerProxy() method in ImsCall