Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java207 if ((imsCall != null) && (imsCall.getCallProfile() != null)) { in ImsPhoneConnection()
208 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()
209 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()
211 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()
213 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()
215 imsCall.getCallProfile().getCallerNumberVerificationStatus())); in ImsPhoneConnection()
925 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay()
992 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile(); in updateMediaCapabilities()
1331 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras()
1605 if (mImsCall == null || mImsCall.getCallProfile() == null) { in getAcceptedRtpHeaderExtensions()
[all …]
DImsPhoneCall.java331 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone()
332 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone()
336 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
DImsPhoneCallTracker.java246 if ((c != null) && (c.getCallProfile() != null) in onIncomingCall()
247 && (c.getCallProfile().getCallExtras() != null) in onIncomingCall()
248 && (c.getCallProfile().getCallExtras() in onIncomingCall()
250 String error = c.getCallProfile() in onIncomingCall()
2968 if (DBG) log("onCallUpdated: profile is " + imsCall.getCallProfile());
2987 if (imsCall != null && imsCall.getCallProfile() != null) {
2988 eccCategory = imsCall.getCallProfile().getEmergencyServiceCategories();
4243 final ImsCallProfile callProfile = imsCall.getCallProfile(); in handleMessage()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java126 public ImsCallProfile getCallProfile() {
127 return ImsCallSessionImplBase.this.getCallProfile();
332 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSessionImplBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java68 when(mockSession.getCallProfile()).thenReturn(profile); in testCallSessionProgressingAppliedMediaCaps()
86 ImsStreamMediaProfile testProfile = testImsCall.getCallProfile().getMediaProfile(); in testCallSessionProgressingAppliedMediaCaps()
DImsPhoneCallTrackerTest.java194 doReturn(mImsCallProfile).when(mImsCallSession).getCallProfile(); in imsCallMocking()
1197 mSecondImsCall.getCallProfile().mMediaProfile = new ImsStreamMediaProfile(); in testEndRingbackOnSrvcc()
1198 mSecondImsCall.getCallProfile().mMediaProfile.mAudioDirection = in testEndRingbackOnSrvcc()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl50 ImsCallProfile getCallProfile(); in getCallProfile() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java585 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession
591 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/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java499 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java750 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall
2346 setCallProfile(mSession.getCallProfile()); in updateCallProfile()
2488 ImsCallProfile updatedProfile = session.getCallProfile(); in callSessionProgressing()
DImsManager.java2415 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java643 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
/frameworks/base/core/api/
Dtest-lint-baseline.txt1930 MissingNullability: android.telephony.ims.stub.ImsCallSessionImplBase#getCallProfile():
Dsystem-current.txt13841 method public android.telephony.ims.ImsCallProfile getCallProfile();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57089 Landroid/telephony/ims/compat/stub/ImsCallSessionImplBase;->getCallProfile()Landroid/telephony/ims/…
57332 Landroid/telephony/ims/ImsCallSession;->getCallProfile()Landroid/telephony/ims/ImsCallProfile;
74574 Lcom/android/ims/internal/IImsCallSession$Stub$Proxy;->getCallProfile()Landroid/telephony/ims/ImsCa…
74641 Lcom/android/ims/internal/IImsCallSession;->getCallProfile()Landroid/telephony/ims/ImsCallProfile;