Home
last modified time | relevance | path

Searched refs:getCallSession (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java283 if (callId != null) mUssdSession.getCallSession().setCallId(callId); in processIncomingCall()
285 .getCallSession().getIImsCallSessionListenerProxy(); in processIncomingCall()
300 if (callId != null) imsCall.getCallSession().setCallId(callId); in processIncomingCall()
302 .getCallSession().getIImsCallSessionListenerProxy(); in processIncomingCall()
3166 ImsCallSession callSession = imsCall.getCallSession(); in maybeSetVideoCallProvider()
3481 mMetrics.writeOnImsCallInitiating(mPhone.getPhoneId(), imsCall.getCallSession());
3491 mMetrics.writeOnImsCallProgressing(mPhone.getPhoneId(), imsCall.getCallSession());
3527 mMetrics.writeOnImsCallStarted(mPhone.getPhoneId(), imsCall.getCallSession());
3542 imsCall.getCallSession(), conn.getCall().mState);
3598 imsCall.getCallSession(), reasonInfo);
[all …]
DImsPhoneConnection.java1130 mMetrics.writeAudioCodecIms(mOwner.mPhone.getPhoneId(), imsCall.getCallSession()); in updateMediaCapabilities()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java885 public ImsCallSession getCallSession() { in getCallSession() method in ImsCall
2272 if (isSessionAlive(mSession) && !isSessionAlive(mMergePeer.getCallSession())) { in processMergeComplete()
2302 isSessionAlive(mMergePeer.getCallSession())) { in processMergeComplete()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java291 imsCall.getImsCallSessionListenerProxy().callSessionHandoverFailed(imsCall.getCallSession(), in handleHandoverFailedIntent()
/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()
2850 doReturn(session).when(imsCall).getCallSession(); in getImsCallProfileForSrvccSync()