Home
last modified time | relevance | path

Searched refs:mVoiceCallSessionStats (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java287 protected VoiceCallSessionStats mVoiceCallSessionStats; field in TelephonyTest
518 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()
519 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()
DGsmCdmaPhoneTest.java137 mPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java433 protected VoiceCallSessionStats mVoiceCallSessionStats; field in Phone
4383 return mVoiceCallSessionStats; in getVoiceCallSessionStats()
4389 mVoiceCallSessionStats = voiceCallSessionStats; in setVoiceCallSessionStats()
DGsmCdmaPhone.java259 mVoiceCallSessionStats = new VoiceCallSessionStats(mPhoneId, this); in GsmCdmaPhone()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java155 mImsPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()