Searched refs:mImsCallSession (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java77 private ImsCallSession mImsCallSession; field in class:TelephonyMetricsTest
96 doReturn("123").when(mImsCallSession).getCallId();
227 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), mImsCallSession);
250 mMetrics.writeOnImsCallReceive(mPhone.getPhoneId(), mImsCallSession);
270 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), mImsCallSession);
271 mMetrics.writeImsCallState(mPhone.getPhoneId(), mImsCallSession, Call.State.ACTIVE);
290 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), mImsCallSession);
312 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), mImsCallSession);
314 TelephonyCallSession.Event.Type.IMS_CALL_HANDOVER, mImsCallSession, 5, 6,
339 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), mImsCallSession);
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java95 private ImsCallSession mImsCallSession; field in class:ImsPhoneCallTrackerTest
171 mImsCall.attachSession(mImsCallSession);

Completed in 84 milliseconds