Home
last modified time | relevance | path

Searched refs:callProfile (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelListener.aidl32 void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); in onRejectedCall() argument
DIImsCallSessionListener.aidl128 void callSessionRttModifyRequestReceived(in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java818 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay() local
819 if (callProfile != null && isIncoming()) { in updateAddressDisplay()
823 String address = callProfile.getCallExtra(ImsCallProfile.EXTRA_OI); in updateAddressDisplay()
824 String name = callProfile.getCallExtra(ImsCallProfile.EXTRA_CNA); in updateAddressDisplay()
826 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in updateAddressDisplay()
828 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in updateAddressDisplay()
1159 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras() local
1160 final Bundle extras = callProfile != null ? callProfile.mCallExtras : null; in updateExtras()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java423 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall() local
424 Bundle extras = callProfile.getCallExtras(); in testImsECall()
429 callProfile.mCallExtras = extras; in testImsECall()
431 callProfile); in testImsECall() local
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java336 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall() argument
455 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall() argument
457 if (callProfile == null || reason == null) { in notifyRejectedCall()
466 mListener.onRejectedCall(callProfile, reason); in notifyRejectedCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java765 ImsCallProfile callProfile = new ImsCallProfile(); in testNoRemoteHoldtone() local
766 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testNoRemoteHoldtone()
767 call.setCallProfile(callProfile); in testNoRemoteHoldtone()
791 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteToneInactive() local
792 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testRemoteToneInactive()
793 call.setCallProfile(callProfile); in testRemoteToneInactive()
816 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteHoldtone() local
817 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testRemoteHoldtone()
818 call.setCallProfile(callProfile); in testRemoteHoldtone()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java630 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { in getVideoStateFromImsCallProfile() argument
631 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile()
632 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()
DImsCallSessionListener.java570 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) in callSessionRttModifyRequestReceived() argument
573 mListener.callSessionRttModifyRequestReceived(callProfile); in callSessionRttModifyRequestReceived()
DImsCallSession.java430 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument
1390 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument
1392 mListener.callSessionRttModifyRequestReceived(ImsCallSession.this, callProfile); in callSessionRttModifyRequestReceived()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl164 in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived() argument
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3151 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument
3159 if (!callProfile.mMediaProfile.isRttCall()) { in callSessionRttModifyRequestReceived()