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.java2413 if (connVideoProvider != null || imsCall.getCallSession().getVideoCallProvider() == null) { in maybeSetVideoCallProvider()
2693 mMetrics.writeOnImsCallProgressing(mPhone.getPhoneId(), imsCall.getCallSession());
2729 mMetrics.writeOnImsCallStarted(mPhone.getPhoneId(), imsCall.getCallSession());
2744 imsCall.getCallSession(), conn.getCall().mState);
2784 mMetrics.writeOnImsCallStartFailed(mPhone.getPhoneId(), imsCall.getCallSession(),
2871 mMetrics.writeOnImsCallTerminated(mPhone.getPhoneId(), imsCall.getCallSession(),
3039 mMetrics.writeOnImsCallHeld(mPhone.getPhoneId(), imsCall.getCallSession());
3091 mMetrics.writeOnImsCallHoldFailed(mPhone.getPhoneId(), imsCall.getCallSession(),
3126 mMetrics.writeOnImsCallResumed(mPhone.getPhoneId(), imsCall.getCallSession());
3168 mMetrics.writeOnImsCallResumeFailed(mPhone.getPhoneId(), imsCall.getCallSession(),
[all …]
DImsPhoneConnection.java1064 mMetrics.writeAudioCodecIms(mOwner.mPhone.getPhoneId(), imsCall.getCallSession()); in updateMediaCapabilities()
/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()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java839 public ImsCallSession getCallSession() { in getCallSession() method in ImsCall
2173 if (isSessionAlive(mSession) && !isSessionAlive(mMergePeer.getCallSession())) { in processMergeComplete()
2203 isSessionAlive(mMergePeer.getCallSession())) { in processMergeComplete()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java280 imsCall.getImsCallSessionListenerProxy().callSessionHandoverFailed(imsCall.getCallSession(), in handleHandoverFailedIntent()