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()1095 mPhone.getVoiceCallSessionStats().onRilCallListChanged(locallyDisconnectedConnections); in handlePollCalls()1167 mPhone.getVoiceCallSessionStats().onRilCallListChanged(activeConnections); in updateMetrics()1587 mPhone.getVoiceCallSessionStats().onRilCallListChanged(mDroppedDuringPoll); in handleMessage()
694 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, dc.audioQuality); in update()
1649 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in handleMessage()2233 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in handlePollStateResultMessage()3520 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in pollStateDone()
4382 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in Phone
331 phone.getVoiceCallSessionStats().onActiveSubscriptionInfoChanged(subInfos); in notifySubscriptionInfoChanged()
5918 PhoneFactory.getPhone(mPhoneId).getVoiceCallSessionStats().onRilSrvccStateChanged(state); in writeMetricsSrvcc()
1005 mOwner.getPhone().getVoiceCallSessionStats().onRttStarted(this); in updateMediaCapabilities()1065 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, mAudioCodec); in updateMediaCapabilities()
230 mPhone.getVoiceCallSessionStats().onImsCallReceived(conn); in onIncomingCall()1500 mPhone.getVoiceCallSessionStats().onImsDial(conn); in dialInternal()1556 mPhone.getVoiceCallSessionStats().onImsAcceptCall(mRingingCall.getConnections()); in acceptCall()1572 mPhone.getVoiceCallSessionStats().onImsAcceptCall( in acceptCall()1750 mPhone.getVoiceCallSessionStats().onImsAcceptCall(mRingingCall.getConnections()); in answerWaitingCall()2745 mPhone.getVoiceCallSessionStats().onCallStateChanged(conn.getCall());2876 mPhone.getVoiceCallSessionStats().onImsCallTerminated(conn, reasonInfo);
2429 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in ImsPhone2430 return mDefaultPhone.getVoiceCallSessionStats(); in getVoiceCallSessionStats()
518 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()519 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()