Searched refs:mImsCallProfile (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/ |
D | SrvccCall.java | 39 private ImsCallProfile mImsCallProfile; field in SrvccCall 66 mImsCallProfile = imsCallProfile; in SrvccCall() 76 return mImsCallProfile; in getImsCallProfile() 101 + ", imsCallProfile=" + mImsCallProfile in toString() 110 return mImsCallProfile.equals(that.mImsCallProfile) in equals() 117 int result = Objects.hash(mImsCallProfile, mCallId); in hashCode() 131 out.writeParcelable(mImsCallProfile, 0); in writeToParcel() 137 mImsCallProfile = in.readParcelable(ImsCallProfile.class.getClassLoader(), in readFromParcel()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTest.java | 138 mImsCallProfile.mMediaProfile = mMediaProfile; in testUpdateRingBackTone() 155 mImsCallProfile.mMediaProfile = mMediaProfile; in testUpdateRingBackToneBetweenStateChange() 180 mImsCallProfile.mMediaProfile = mMediaProfile; in testUpdateRingBackToneBetweenStateChangeTwo() 210 mImsCallProfile.mMediaProfile = mMediaProfile; in testStopRingingOnHandover()
|
D | ImsPhoneCallTrackerTest.java | 219 doReturn(mImsCallProfile).when(mImsCallSession).getCallProfile(); in imsCallMocking() 232 mImsCallProfile.mCallExtras = mBundle; in setUp() 233 mImsCall = spy(new ImsCall(mContext, mImsCallProfile)); in setUp() 234 mSecondImsCall = spy(new ImsCall(mContext, mImsCallProfile)); in setUp() 241 doReturn(mImsCallProfile).when(mImsManager).createCallProfile(anyInt(), anyInt()); in setUp() 264 }).when(mImsManager).makeCall(eq(mImsCallProfile), any(), any()); in setUp() 574 mImsCallProfile.setCallerNumberVerificationStatus( in setupRingingConnection() 851 verify(mImsManager, times(1)).makeCall(eq(mImsCallProfile), in testEmergencyDialSuppressClir() 855 assertEquals(mImsCallProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR), in testEmergencyDialSuppressClir() 898 verify(mImsManager, times(1)).makeCall(eq(mImsCallProfile), in startOutgoingCall() [all …]
|
D | ImsPhoneConnectionTest.java | 109 mImsCallProfile.mCallExtras = mBundle; in setUp() 127 mImsCallProfile.mCallExtras = null; in testNullExtras() 224 mImsCallProfile.setCallExtraInt(ImsCallProfile.EXTRA_CNAP, in testUpdateAddressDisplay() 226 mImsCallProfile.setCallExtraInt(ImsCallProfile.EXTRA_OIR, in testUpdateAddressDisplay() 404 mImsCallProfile.setCallExtra(ImsCallProfile.EXTRA_OI, testAddress[1]); in testAddressUpdate() 422 mImsCallProfile.setCallExtra(ImsCallProfile.EXTRA_OI, updateAddress); in testSetAddressOnOutgoing()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 297 protected ImsCallProfile mImsCallProfile; field in TelephonyTest 591 mImsCallProfile = new ImsCallProfile(); in setUp() 592 mImsCallProfile.setCallerNumberVerificationStatus( in setUp() 814 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp() 1016 mImsCallProfile = null; in tearDown()
|