Home
last modified time | relevance | path

Searched refs:getCallProfile (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java80 when(mockSession.getCallProfile()).thenReturn(profile); in testCallSessionProgressingAppliedMediaCaps()
98 ImsStreamMediaProfile testProfile = testImsCall.getCallProfile().getMediaProfile(); in testCallSessionProgressingAppliedMediaCaps()
249 when(mockSession.getCallProfile()).thenReturn(profile); in testListenerCalledAfterCallClosed()
261 when(mockSession.getCallProfile()).thenReturn(null); in testListenerCalledAfterCallClosed()
276 assertNull(testImsCall.getCallProfile()); in testListenerCalledAfterCallClosed()
DImsPhoneCallTrackerTest.java219 doReturn(mImsCallProfile).when(mImsCallSession).getCallProfile(); in imsCallMocking()
1804 mSecondImsCall.getCallProfile().mMediaProfile = new ImsStreamMediaProfile(); in testEndRingbackOnSrvcc()
1805 mSecondImsCall.getCallProfile().mMediaProfile.mAudioDirection = in testEndRingbackOnSrvcc()
2849 doReturn(profile).when(imsCall).getCallProfile(); in getImsCallProfileForSrvccSync()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java219 if ((imsCall != null) && (imsCall.getCallProfile() != null)) { in ImsPhoneConnection()
220 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()
221 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()
223 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()
225 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()
227 imsCall.getCallProfile().getCallerNumberVerificationStatus())); in ImsPhoneConnection()
954 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay()
1021 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile(); in updateMediaCapabilities()
1373 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras()
1767 if (mImsCall == null || mImsCall.getCallProfile() == null) { in getAcceptedRtpHeaderExtensions()
[all …]
DImsPhoneCall.java368 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone()
369 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone()
373 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
DImsPhoneCallTracker.java325 if ((c != null) && (c.getCallProfile() != null) in processIncomingCall()
326 && (c.getCallProfile().getCallExtras() != null) in processIncomingCall()
327 && (c.getCallProfile().getCallExtras() in processIncomingCall()
329 String error = c.getCallProfile() in processIncomingCall()
3538 if (DBG) log("onCallUpdated: profile is " + imsCall.getCallProfile());
3557 if (imsCall != null && imsCall.getCallProfile() != null) {
3558 eccCategory = imsCall.getCallProfile().getEmergencyServiceCategories();
3559 emergencyUrns = imsCall.getCallProfile().getEmergencyUrns();
3772 if (imsCall != null && imsCall.getCallProfile() != null) {
3773 eccCategory = imsCall.getCallProfile().getEmergencyServiceCategories();
[all …]
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java186 public ImsCallProfile getCallProfile() {
187 return executeMethodAsyncForResult(() -> ImsCallSessionImplBase.this.getCallProfile(),
450 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl50 ImsCallProfile getCallProfile(); in getCallProfile() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java629 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession
635 return miSession.getCallProfile(); in getCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java95 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSessionImplBase
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java766 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall
2391 setCallProfile(mSession.getCallProfile()); in updateCallProfile()
2533 ImsCallProfile updatedProfile = session.getCallProfile(); in callSessionProgressing()
DImsManager.java2588 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java604 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java814 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
/frameworks/base/core/api/
Dsystem-current.txt17430 method public android.telephony.ims.ImsCallProfile getCallProfile();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt53123 Landroid/telephony/ims/compat/stub/ImsCallSessionImplBase;->getCallProfile()Landroid/telephony/ims/…
53366 Landroid/telephony/ims/ImsCallSession;->getCallProfile()Landroid/telephony/ims/ImsCallProfile;
70608 Lcom/android/ims/internal/IImsCallSession$Stub$Proxy;->getCallProfile()Landroid/telephony/ims/ImsCa…
70675 Lcom/android/ims/internal/IImsCallSession;->getCallProfile()Landroid/telephony/ims/ImsCallProfile;