Searched refs:getCallSession (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java207 imsCall.getImsCallSessionListenerProxy().callSessionHandoverFailed(imsCall.getCallSession(),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1844 if (connVideoProvider != null || imsCall.getCallSession().getVideoCallProvider() == null) {
2047 mMetrics.writeOnImsCallProgressing(mPhone.getPhoneId(), imsCall.getCallSession());
2080 mMetrics.writeOnImsCallStarted(mPhone.getPhoneId(), imsCall.getCallSession());
2094 imsCall.getCallSession(), conn.getCall().mState);
2150 mMetrics.writeOnImsCallStartFailed(mPhone.getPhoneId(), imsCall.getCallSession(),
2224 mMetrics.writeOnImsCallTerminated(mPhone.getPhoneId(), imsCall.getCallSession(),
2328 mMetrics.writeOnImsCallHeld(mPhone.getPhoneId(), imsCall.getCallSession());
2352 mMetrics.writeOnImsCallHoldFailed(mPhone.getPhoneId(), imsCall.getCallSession(),
2384 mMetrics.writeOnImsCallResumed(mPhone.getPhoneId(), imsCall.getCallSession());
2409 mMetrics.writeOnImsCallResumeFailed(mPhone.getPhoneId(), imsCall.getCallSession(),
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java605 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(),
609 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(),
616 call.getImsCallSessionListenerProxy().callSessionHandover(call.getCallSession(),
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java795 public ImsCallSession getCallSession() { method in class:ImsCall
2012 if (isSessionAlive(mSession) && !isSessionAlive(mMergePeer.getCallSession())) {
2042 isSessionAlive(mMergePeer.getCallSession())) {

Completed in 190 milliseconds