Home
last modified time | relevance | path

Searched refs:writeOnImsCommand (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2248 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in acceptCall()
2308 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCallForPendingMo()
2340 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCall()
2367 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCallForWaitingCall()
2397 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in unholdHeldCall()
2415 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in resumeForegroundCall()
2432 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in answerWaitingCall()
2917 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in hangup()
2921 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in hangup()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java491 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), mImsCallSession, 123); in testWriteOnImsCommand()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2140 public void writeOnImsCommand(int phoneId, ImsCallSession session, int command) { in writeOnImsCommand() method in TelephonyMetrics