Searched refs:callProfile (Results 1 – 11 of 11) sorted by relevance
32 void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); in onRejectedCall() argument
128 void callSessionRttModifyRequestReceived(in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived() argument
818 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay() local819 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() local1160 final Bundle extras = callProfile != null ? callProfile.mCallExtras : null; in updateExtras()
423 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall() local424 Bundle extras = callProfile.getCallExtras(); in testImsECall()429 callProfile.mCallExtras = extras; in testImsECall()431 callProfile); in testImsECall() local
336 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall() argument455 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall() argument457 if (callProfile == null || reason == null) { in notifyRejectedCall()466 mListener.onRejectedCall(callProfile, reason); in notifyRejectedCall()
765 ImsCallProfile callProfile = new ImsCallProfile(); in testNoRemoteHoldtone() local766 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testNoRemoteHoldtone()767 call.setCallProfile(callProfile); in testNoRemoteHoldtone()791 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteToneInactive() local792 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testRemoteToneInactive()793 call.setCallProfile(callProfile); in testRemoteToneInactive()816 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteHoldtone() local817 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testRemoteHoldtone()818 call.setCallProfile(callProfile); in testRemoteHoldtone()
630 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { in getVideoStateFromImsCallProfile() argument631 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile()632 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()
570 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) in callSessionRttModifyRequestReceived() argument573 mListener.callSessionRttModifyRequestReceived(callProfile); in callSessionRttModifyRequestReceived()
430 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument1390 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument1392 mListener.callSessionRttModifyRequestReceived(ImsCallSession.this, callProfile); in callSessionRttModifyRequestReceived()
164 in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived() argument
3151 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument3159 if (!callProfile.mMediaProfile.isRttCall()) { in callSessionRttModifyRequestReceived()