Home
last modified time | relevance | path

Searched refs:getVoiceCallSessionStats (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java344 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()
DGsmCdmaConnection.java710 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, dc.audioQuality); in update()
DServiceStateTracker.java1735 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in handleMessage()
3835 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in pollStateDone()
DPhone.java4737 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in Phone
DRIL.java6556 PhoneFactory.getPhone(mPhoneId).getVoiceCallSessionStats().onRilSrvccStateChanged(state); in writeMetricsSrvcc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1040 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()
DImsPhoneCallTracker.java273 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);
DImsPhone.java2509 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in ImsPhone
2510 return mDefaultPhone.getVoiceCallSessionStats(); in getVoiceCallSessionStats()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java573 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()
574 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java460 when(mImsPhone.getVoiceCallSessionStats()).thenReturn(stats); in testReportMediaCodecChange()