Searched refs:getCallSession (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 283 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 …]
|
D | ImsPhoneConnection.java | 1130 mMetrics.writeAudioCodecIms(mOwner.mPhone.getPhoneId(), imsCall.getCallSession()); in updateMediaCapabilities()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 885 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/ |
D | TelephonyTester.java | 291 imsCall.getImsCallSessionListenerProxy().callSessionHandoverFailed(imsCall.getCallSession(), in handleHandoverFailedIntent()
|
/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() 2850 doReturn(session).when(imsCall).getCallSession(); in getImsCallProfileForSrvccSync()
|