Home
last modified time | relevance | path

Searched refs:mImsCallProfile (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DSrvccCall.java39 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/
DImsPhoneCallTest.java138 mImsCallProfile.mMediaProfile = mMediaProfile; in testUpdateRingBackTone()
155 mImsCallProfile.mMediaProfile = mMediaProfile; in testUpdateRingBackToneBetweenStateChange()
180 mImsCallProfile.mMediaProfile = mMediaProfile; in testUpdateRingBackToneBetweenStateChangeTwo()
210 mImsCallProfile.mMediaProfile = mMediaProfile; in testStopRingingOnHandover()
DImsPhoneCallTrackerTest.java219 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 …]
DImsPhoneConnectionTest.java109 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/
DTelephonyTest.java297 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()