Searched refs:getVoiceCallSessionStats (Results 1 – 10 of 10) sorted by relevance
332 mPhone.getVoiceCallSessionStats().onRilDial(mPendingMO); in dialGsm()555 mPhone.getVoiceCallSessionStats().onRilAcceptCall(mRingingCall.getConnections()); in acceptCall()1093 mPhone.getVoiceCallSessionStats().onRilCallListChanged(locallyDisconnectedConnections); in handlePollCalls()1165 mPhone.getVoiceCallSessionStats().onRilCallListChanged(activeConnections); in updateMetrics()1585 mPhone.getVoiceCallSessionStats().onRilCallListChanged(mDroppedDuringPoll); in handleMessage()
694 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, dc.audioQuality); in update()
1638 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in handleMessage()2222 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in handlePollStateResultMessage()3507 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in pollStateDone()
4382 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in Phone
492 phone.getVoiceCallSessionStats().onActiveSubscriptionInfoChanged(subInfos); in notifySubscriptionInfoChanged()
5917 PhoneFactory.getPhone(mPhoneId).getVoiceCallSessionStats().onRilSrvccStateChanged(state); in writeMetricsSrvcc()
1016 mOwner.getPhone().getVoiceCallSessionStats().onRttStarted(this); in updateMediaCapabilities()1076 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, mAudioCodec); in updateMediaCapabilities()
252 mPhone.getVoiceCallSessionStats().onImsCallReceived(conn); in onIncomingCall()1520 mPhone.getVoiceCallSessionStats().onImsDial(conn); in dialInternal()1576 mPhone.getVoiceCallSessionStats().onImsAcceptCall(mRingingCall.getConnections()); in acceptCall()1592 mPhone.getVoiceCallSessionStats().onImsAcceptCall( in acceptCall()1767 mPhone.getVoiceCallSessionStats().onImsAcceptCall(mRingingCall.getConnections()); in answerWaitingCall()2771 mPhone.getVoiceCallSessionStats().onCallStateChanged(conn.getCall());2891 mPhone.getVoiceCallSessionStats().onImsCallTerminated(conn, reasonInfo);
2219 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in ImsPhone2220 return mDefaultPhone.getVoiceCallSessionStats(); in getVoiceCallSessionStats()
525 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()526 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()