/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsCallTest.java | 80 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()
|
D | ImsPhoneCallTrackerTest.java | 219 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/ |
D | ImsPhoneConnection.java | 219 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 …]
|
D | ImsPhoneCall.java | 368 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone() 369 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone() 373 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
|
D | ImsPhoneCallTracker.java | 325 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/ |
D | ImsCallSessionImplBase.java | 186 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/ |
D | IImsCallSession.aidl | 50 ImsCallProfile getCallProfile(); in getCallProfile() method
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 629 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession 635 return miSession.getCallProfile(); in getCallProfile()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 95 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSessionImplBase
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 766 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall 2391 setCallProfile(mSession.getCallProfile()); in updateCallProfile() 2533 ImsCallProfile updatedProfile = session.getCallProfile(); in callSessionProgressing()
|
D | ImsManager.java | 2588 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 604 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 814 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
|
/frameworks/base/core/api/ |
D | system-current.txt | 17430 method public android.telephony.ims.ImsCallProfile getCallProfile();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 53123 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;
|