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.aidl32 void onRejectedCall(in ImsCallProfile callProfile, in ImsReasonInfo reason); in onRejectedCall()
DIImsCallSessionListener.aidl128 void callSessionRttModifyRequestReceived(in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java861 ImsCallProfile callProfile = new ImsCallProfile(); in testNoRemoteHoldtone() local
887 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteToneInactive() local
912 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteHoldtone() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java509 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall() local
517 callProfile); in testImsECall() local
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java359 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall()
515 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java626 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) in callSessionRttModifyRequestReceived()
DImsCallSession.java430 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
1429 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
DImsCallProfile.java762 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { in getVideoStateFromImsCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java901 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay() local
1260 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras() local
DImsPhoneCallTracker.java3970 final ImsCallProfile callProfile = imsCall.getCallProfile(); in handleMessage() local
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl164 in ImsCallProfile callProfile); in callSessionRttModifyRequestReceived()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3234 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()