Searched refs:getVoiceCallSessionStats (Results 1 – 10 of 10) sorted by relevance
344 mPhone.getVoiceCallSessionStats().onRilDial(mPendingMO); in dialGsm()596 mPhone.getVoiceCallSessionStats().onRilAcceptCall(mRingingCall.getConnections()); in acceptCall()1138 mPhone.getVoiceCallSessionStats().onRilCallListChanged(locallyDisconnectedConnections); in handlePollCalls()1210 mPhone.getVoiceCallSessionStats().onRilCallListChanged(activeConnections); in updateMetrics()1630 mPhone.getVoiceCallSessionStats().onRilCallListChanged(mDroppedDuringPoll); in handleMessage()
710 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, dc.audioQuality); in update()
1735 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in handleMessage()3835 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in pollStateDone()
4737 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in Phone
6556 PhoneFactory.getPhone(mPhoneId).getVoiceCallSessionStats().onRilSrvccStateChanged(state); in writeMetricsSrvcc()
1040 mOwner.getPhone().getVoiceCallSessionStats().onRttStarted(this); in updateMediaCapabilities()1102 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, mAudioCodec); in updateMediaCapabilities()1152 mOwner.getPhone().getVoiceCallSessionStats().onVideoStateChange(this, newVideoState); in updateVideoState()
273 mPhone.getVoiceCallSessionStats().onImsCallReceived(conn); in onIncomingCall()1692 mPhone.getVoiceCallSessionStats().onImsDial(conn); in dialInternal()1747 mPhone.getVoiceCallSessionStats().onImsAcceptCall(mRingingCall.getConnections()); in acceptCall()1763 mPhone.getVoiceCallSessionStats().onImsAcceptCall( in acceptCall()1941 mPhone.getVoiceCallSessionStats().onImsAcceptCall(mRingingCall.getConnections()); in answerWaitingCall()2973 mPhone.getVoiceCallSessionStats().onCallStateChanged(conn.getCall());3131 mPhone.getVoiceCallSessionStats().onImsCallTerminated(conn, reasonInfo);3802 mPhone.getVoiceCallSessionStats().onMultipartyChange(conn, isMultiParty);
2509 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in ImsPhone2510 return mDefaultPhone.getVoiceCallSessionStats(); in getVoiceCallSessionStats()
573 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()574 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()
460 when(mImsPhone.getVoiceCallSessionStats()).thenReturn(stats); in testReportMediaCodecChange()