/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 121 public ImsCallProfile getCallProfile() { 122 return ImsCallSessionImplBase.this.getCallProfile(); 321 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSessionImplBase
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 191 if ((imsCall != null) && (imsCall.getCallProfile() != null)) { in ImsPhoneConnection() 192 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection() 193 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection() 195 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection() 197 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection() 199 imsCall.getCallProfile().getCallerNumberVerificationStatus())); in ImsPhoneConnection() 890 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay() 957 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile(); in updateMediaCapabilities() 1255 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras()
|
D | ImsPhoneCall.java | 326 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone() 327 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone() 331 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
|
D | ImsPhoneCallTracker.java | 2740 if (DBG) log("onCallUpdated: profile is " + imsCall.getCallProfile()); 3958 final ImsCallProfile callProfile = imsCall.getCallProfile(); in handleMessage()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 48 ImsCallProfile getCallProfile(); in getCallProfile() method
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 541 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession 547 return miSession.getCallProfile(); in getCallProfile()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 91 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSessionImplBase
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 509 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 1113 mSecondImsCall.getCallProfile().mMediaProfile = new ImsStreamMediaProfile(); in testEndRingbackOnSrvcc() 1114 mSecondImsCall.getCallProfile().mMediaProfile.mAudioDirection = in testEndRingbackOnSrvcc()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 720 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall 2292 setCallProfile(mSession.getCallProfile()); in updateCallProfile()
|
D | ImsManager.java | 1990 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 581 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 1750 MissingNullability: android.telephony.ims.stub.ImsCallSessionImplBase#getCallProfile(): 1751 Missing nullability on method `getCallProfile` return
|
D | test-current.txt | 3905 method public android.telephony.ims.ImsCallProfile getCallProfile();
|
D | system-current.txt | 10116 method public android.telephony.ims.ImsCallProfile getCallProfile();
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1884 method public android.telephony.ims.ImsCallProfile getCallProfile();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 10014 method public android.telephony.ims.ImsCallProfile getCallProfile();
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67789 Landroid/telephony/ims/compat/stub/ImsCallSessionImplBase;->getCallProfile()Landroid/telephony/ims/… 68032 Landroid/telephony/ims/ImsCallSession;->getCallProfile()Landroid/telephony/ims/ImsCallProfile; 85680 Lcom/android/ims/internal/IImsCallSession$Stub$Proxy;->getCallProfile()Landroid/telephony/ims/ImsCa… 85747 Lcom/android/ims/internal/IImsCallSession;->getCallProfile()Landroid/telephony/ims/ImsCallProfile;
|