/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 207 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 …]
|
D | ImsPhoneCall.java | 331 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone() 332 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone() 336 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
|
D | ImsPhoneCallTracker.java | 246 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/ |
D | ImsCallSessionImplBase.java | 126 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/ |
D | ImsCallTest.java | 68 when(mockSession.getCallProfile()).thenReturn(profile); in testCallSessionProgressingAppliedMediaCaps() 86 ImsStreamMediaProfile testProfile = testImsCall.getCallProfile().getMediaProfile(); in testCallSessionProgressingAppliedMediaCaps()
|
D | ImsPhoneCallTrackerTest.java | 194 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/ |
D | IImsCallSession.aidl | 50 ImsCallProfile getCallProfile(); in getCallProfile() method
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 585 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession 591 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/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 499 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 750 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall 2346 setCallProfile(mSession.getCallProfile()); in updateCallProfile() 2488 ImsCallProfile updatedProfile = session.getCallProfile(); in callSessionProgressing()
|
D | ImsManager.java | 2415 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 643 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
|
/frameworks/base/core/api/ |
D | test-lint-baseline.txt | 1930 MissingNullability: android.telephony.ims.stub.ImsCallSessionImplBase#getCallProfile():
|
D | system-current.txt | 13841 method public android.telephony.ims.ImsCallProfile getCallProfile();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 57089 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;
|