Home
last modified time | relevance | path

Searched defs:callProfile (Results 1 – 11 of 11) 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.java765 ImsCallProfile callProfile = new ImsCallProfile(); in testNoRemoteHoldtone() local
791 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteToneInactive() local
816 ImsCallProfile callProfile = new ImsCallProfile(); in testRemoteHoldtone() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java423 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall() local
431 callProfile); in testImsECall() local
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java336 public void onRejectedCall(ImsCallProfile callProfile, ImsReasonInfo reason) { in onRejectedCall()
455 public final void notifyRejectedCall(@NonNull ImsCallProfile callProfile, in notifyRejectedCall()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java570 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) in callSessionRttModifyRequestReceived()
DImsCallSession.java430 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
1390 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()
DImsCallProfile.java630 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { in getVideoStateFromImsCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java818 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay() local
1159 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras() 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.java3151 ImsCallProfile callProfile) { in callSessionRttModifyRequestReceived()