/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 890 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay() local 891 if (callProfile != null && isIncoming()) { in updateAddressDisplay() 895 String address = callProfile.getCallExtra(ImsCallProfile.EXTRA_OI); in updateAddressDisplay() 896 String name = callProfile.getCallExtra(ImsCallProfile.EXTRA_CNA); in updateAddressDisplay() 898 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in updateAddressDisplay() 900 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in updateAddressDisplay() 1255 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras() local 1256 final Bundle extras = callProfile != null ? callProfile.mCallExtras : null; in updateExtras()
|
D | ImsPhoneCallTracker.java | 3958 final ImsCallProfile callProfile = imsCall.getCallProfile(); in handleMessage() local 3961 callProfile.setCallExtraBoolean( in handleMessage()
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MmTelFeature.java | 360 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall() argument 518 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall() argument 520 if (callProfile == null || reason == null) { in notifyRejectedCall() 529 listener.onRejectedCall(callProfile, reason); in notifyRejectedCall()
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsMmTelListener.aidl | 32 void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); in onRejectedCall() argument
|
D | IImsCallSessionListener.aidl | 128 void callSessionRttModifyRequestReceived(in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 509 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall() local 510 Bundle extras = callProfile.getCallExtras(); in testImsECall() 515 callProfile.mCallExtras = extras; in testImsECall() 517 callProfile); in testImsECall() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 860 ImsCallProfile callProfile = new ImsCallProfile(); in testNoRemoteHoldtone() local 861 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testNoRemoteHoldtone() 862 call.setCallProfile(callProfile); in testNoRemoteHoldtone() 886 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteToneInactive() local 887 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testRemoteToneInactive() 888 call.setCallProfile(callProfile); in testRemoteToneInactive() 911 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteHoldtone() local 912 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testRemoteHoldtone() 913 call.setCallProfile(callProfile); in testRemoteHoldtone()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallProfile.java | 746 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { in getVideoStateFromImsCallProfile() argument 747 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() 748 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()
|
D | ImsCallSessionListener.java | 626 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) in callSessionRttModifyRequestReceived() argument 629 mListener.callSessionRttModifyRequestReceived(callProfile); in callSessionRttModifyRequestReceived()
|
D | ImsCallSession.java | 430 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument 1429 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument 1431 mListener.callSessionRttModifyRequestReceived(ImsCallSession.this, callProfile); in callSessionRttModifyRequestReceived()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSessionListener.aidl | 164 in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived() argument
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 3233 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived() argument 3241 if (!callProfile.mMediaProfile.isRttCall()) { in callSessionRttModifyRequestReceived()
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 1567 Missing nullability on parameter `callProfile` in method `getVideoStateFromImsCallProfile` 1633 Missing nullability on parameter `callProfile` in method `callSessionRttModifyRequestReceived`
|