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.aidl35 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.java944 ImsCallProfile callProfile = new ImsCallProfile(); in testNoRemoteHoldtone() local
970 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteToneInactive() local
995 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteHoldtone() local
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java383 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall()
538 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java507 callProfile); in testImsECall() local
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl164 in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java671 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) in callSessionRttModifyRequestReceived()
DImsCallSession.java454 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
1512 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
DImsCallProfile.java916 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { in getVideoStateFromImsCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java925 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay() local
1331 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras() local
DImsPhoneCallTracker.java4243 final ImsCallProfile callProfile = imsCall.getCallProfile(); in handleMessage() local
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3319 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()