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()
1095 mPhone.getVoiceCallSessionStats().onRilCallListChanged(locallyDisconnectedConnections); in handlePollCalls()
1167 mPhone.getVoiceCallSessionStats().onRilCallListChanged(activeConnections); in updateMetrics()
1587 mPhone.getVoiceCallSessionStats().onRilCallListChanged(mDroppedDuringPoll); in handleMessage()
DGsmCdmaConnection.java694 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, dc.audioQuality); in update()
DServiceStateTracker.java1649 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in handleMessage()
2233 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in handlePollStateResultMessage()
3520 mPhone.getVoiceCallSessionStats().onServiceStateChanged(mSS); in pollStateDone()
DPhone.java4382 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in Phone
DSubscriptionController.java331 phone.getVoiceCallSessionStats().onActiveSubscriptionInfoChanged(subInfos); in notifySubscriptionInfoChanged()
DRIL.java5918 PhoneFactory.getPhone(mPhoneId).getVoiceCallSessionStats().onRilSrvccStateChanged(state); in writeMetricsSrvcc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1005 mOwner.getPhone().getVoiceCallSessionStats().onRttStarted(this); in updateMediaCapabilities()
1065 mOwner.getPhone().getVoiceCallSessionStats().onAudioCodecChanged(this, mAudioCodec); in updateMediaCapabilities()
DImsPhoneCallTracker.java230 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);
DImsPhone.java2429 public VoiceCallSessionStats getVoiceCallSessionStats() { in getVoiceCallSessionStats() method in ImsPhone
2430 return mDefaultPhone.getVoiceCallSessionStats(); in getVoiceCallSessionStats()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java518 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()
519 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()