Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java2911 mMetrics.writeOnImsCallInitiating(mPhone.getPhoneId(), imsCall.getCallSession());
2921 mMetrics.writeOnImsCallProgressing(mPhone.getPhoneId(), imsCall.getCallSession());
2957 mMetrics.writeOnImsCallStarted(mPhone.getPhoneId(), imsCall.getCallSession());
2972 imsCall.getCallSession(), conn.getCall().mState);
3126 mMetrics.writeOnImsCallTerminated(mPhone.getPhoneId(), imsCall.getCallSession(),
3295 mMetrics.writeOnImsCallHeld(mPhone.getPhoneId(), imsCall.getCallSession());
3347 mMetrics.writeOnImsCallHoldFailed(mPhone.getPhoneId(), imsCall.getCallSession(),
3382 mMetrics.writeOnImsCallResumed(mPhone.getPhoneId(), imsCall.getCallSession());
3708 imsCall.getCallSession(), srcAccessTech, targetAccessTech, reasonInfo);
4574 imsCall.getCallSession().getVideoCallProvider(); in setVideoCallProvider()
[all …]
H A DImsPhoneConnection.java1101 mMetrics.writeAudioCodecIms(mOwner.mPhone.getPhoneId(), imsCall.getCallSession()); in updateMediaCapabilities()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java873 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers()
877 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers()
884 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(), in testNotifyHandovers()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java282 imsCall.getImsCallSessionListenerProxy().callSessionHandoverFailed(imsCall.getCallSession(), in handleHandoverFailedIntent()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java869 public ImsCallSession getCallSession() { in getCallSession() method in ImsCall
2227 if (isSessionAlive(mSession) && !isSessionAlive(mMergePeer.getCallSession())) { in processMergeComplete()
2257 isSessionAlive(mMergePeer.getCallSession())) { in processMergeComplete()