Searched refs:writeOnImsCommand (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 1076 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in acceptCall() 1141 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in switchWaitingOrHoldingAndActive() 1454 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in hangup() 1458 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in hangup() 1498 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in resumeWaitingOrHolding() 1507 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in resumeWaitingOrHolding() 1518 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in resumeWaitingOrHolding()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 297 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), mImsCallSession, 123); in testWriteOnImsCommand()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 1569 public void writeOnImsCommand(int phoneId, ImsCallSession session, int command) { in writeOnImsCommand() method in TelephonyMetrics
|