Searched refs:writeOnImsCommand (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 1166 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in acceptCall() 1224 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCallForPendingMo() 1253 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCall() 1275 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCallForWaitingCall() 1301 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in unholdHeldCall() 1315 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in resumeForegroundCall() 1326 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in answerWaitingCall() 1756 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in hangup() 1760 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in hangup()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 420 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), mImsCallSession, 123); in testWriteOnImsCommand()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 1999 public void writeOnImsCommand(int phoneId, ImsCallSession session, int command) { in writeOnImsCommand() method in TelephonyMetrics
|