Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelListener.aidl35 void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); in onRejectedCall() argument
DIImsCallSessionListener.aidl133 void callSessionRttModifyRequestReceived(in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived() argument
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java383 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall() argument
538 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall() argument
540 if (callProfile == null || reason == null) { in notifyRejectedCall()
549 listener.onRejectedCall(callProfile, reason); in notifyRejectedCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java925 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay() local
926 if (callProfile != null && isIncoming()) { in updateAddressDisplay()
930 String address = callProfile.getCallExtra(ImsCallProfile.EXTRA_OI); in updateAddressDisplay()
931 String name = callProfile.getCallExtra(ImsCallProfile.EXTRA_CNA); in updateAddressDisplay()
933 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in updateAddressDisplay()
935 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in updateAddressDisplay()
1331 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras() local
1332 final Bundle extras = callProfile != null ? callProfile.mCallExtras : null; in updateExtras()
DImsPhoneCallTracker.java4243 final ImsCallProfile callProfile = imsCall.getCallProfile(); in handleMessage() local
4246 callProfile.setCallExtraBoolean( in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java499 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall()
500 Bundle extras = callProfile.getCallExtras(); in testImsECall()
505 callProfile.mCallExtras = extras; in testImsECall()
507 callProfile); in testImsECall() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java944 ImsCallProfile callProfile = new ImsCallProfile(); in testNoRemoteHoldtone() local
945 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testNoRemoteHoldtone()
946 call.setCallProfile(callProfile); in testNoRemoteHoldtone()
970 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteToneInactive() local
971 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testRemoteToneInactive()
972 call.setCallProfile(callProfile); in testRemoteToneInactive()
995 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteHoldtone() local
996 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testRemoteHoldtone()
997 call.setCallProfile(callProfile); in testRemoteHoldtone()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java916 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { in getVideoStateFromImsCallProfile() argument
917 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile()
918 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()
DImsCallSessionListener.java671 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) in callSessionRttModifyRequestReceived() argument
674 mListener.callSessionRttModifyRequestReceived(callProfile); in callSessionRttModifyRequestReceived()
DImsCallSession.java454 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument
1512 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument
1514 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.java3319 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument
3327 if (!callProfile.mMediaProfile.isRttCall()) { in callSessionRttModifyRequestReceived()