HomeSort by relevance Sort by last modified time
    Searched refs:mImsCallSession (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 76 private ImsCallSession mImsCallSession;
96 doReturn("123").when(mImsCallSession).getCallId();
186 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), mImsCallSession);
209 mMetrics.writeOnImsCallReceive(mPhone.getPhoneId(), mImsCallSession);
229 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), mImsCallSession);
230 mMetrics.writeImsCallState(mPhone.getPhoneId(), mImsCallSession, Call.State.ACTIVE);
249 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), mImsCallSession);
269 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), mImsCallSession);
271 TelephonyCallSession.Event.Type.IMS_CALL_HANDOVER, mImsCallSession, 5, 6,
296 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), mImsCallSession);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 82 private ImsCallSession mImsCallSession;
151 doReturn(mImsCallSession).when(mImsCall).getCallSession();

Completed in 134 milliseconds