Searched refs:getImsCallSessionListenerProxy (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 291 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/ |
D | ImsPhoneCallTrackerTest.java | 1392 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/ |
D | ImsCall.java | 1919 public ImsCallSessionListenerProxy getImsCallSessionListenerProxy() { in getImsCallSessionListenerProxy() method in ImsCall
|