Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelListener.aidl38 void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); in onRejectedCall()
DIImsCallSessionListener.aidl133 void callSessionRttModifyRequestReceived(in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1500 ImsCallProfile callProfile = new ImsCallProfile(); in testNoRemoteHoldtone() local
1565 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteToneInactive() local
1590 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteHoldtone() local
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java659 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall()
1218 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl164 in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java954 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay() local
1373 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras() local
DImsPhoneCallTracker.java4981 final ImsCallProfile callProfile = imsCall.getCallProfile(); in handleMessage() local
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java689 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) in callSessionRttModifyRequestReceived()
DImsCallSession.java458 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
1653 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
DImsCallProfile.java936 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { in getVideoStateFromImsCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java612 callProfile); in testImsECall() local
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3368 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()