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.java332 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()
DGsmCdmaConnection.java694 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, dc.audioQuality); in update()
DServiceStateTracker.java1638 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in handleMessage()
2222 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in handlePollStateResultMessage()
3507 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in pollStateDone()
DPhone.java4382 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in Phone
DSubscriptionController.java492 phone.getVoiceCallSessionStats().onActiveSubscriptionInfoChanged(subInfos); in notifySubscriptionInfoChanged()
DRIL.java5917 PhoneFactory.getPhone(mPhoneId).getVoiceCallSessionStats().onRilSrvccStateChanged(state); in writeMetricsSrvcc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1016 mOwner.getPhone().getVoiceCallSessionStats().onRttStarted(this); in updateMediaCapabilities()
1076 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, mAudioCodec); in updateMediaCapabilities()
DImsPhoneCallTracker.java252 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);
DImsPhone.java2219 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in ImsPhone
2220 return mDefaultPhone.getVoiceCallSessionStats(); in getVoiceCallSessionStats()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java525 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()
526 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()